From 0526a419475ab951d25541ec4544cfa22df8e05c Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Mon, 8 Feb 2021 02:53:13 +0100
Subject: [PATCH] ### 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

---
 package-lock.json | 11 ++++++++++-
 package.json      |  2 +-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 98c72f85..c468df12 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,14 @@
 {
   "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": {}
+    }
+  }
 }
diff --git a/package.json b/package.json
index 4db5ad31..0817a912 100644
--- a/package.json
+++ b/package.json
@@ -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",
-- 
GitLab