Skip to content
Snippets Groups Projects
Commit 0526a419 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

### 0.0.14 Release

* Fixed #69 Branch: ISSUE_66_ATTEMPT_01
* Fixed #70 load package.json from Bootstrap-Template sb-admin-angular into statics
* Fixed #67 implement Flask-Login (wontfix)
* Issue #159 merge Branch ISSUE_66_ATTEMPT_01 to master
parent 7cee5a70
No related branches found
No related tags found
No related merge requests found
{
"name": "covid19python",
"version": "0.0.14",
"lockfileVersion": 1
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.0.14",
"hasInstallScript": true,
"license": "GPL-3.0-or-later",
"devDependencies": {}
}
}
}
......@@ -7,7 +7,7 @@
"devDependencies": {},
"scripts": {
"test": "test",
"postinstall": "cd covid19/static && npm install && cd ../.."
"postinstall": "cd src/covid19/static && npm install && cd ../../.."
},
"repository": {
"type": "git",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment