diff --git a/package-lock.json b/package-lock.json
index 48e341a0954d5f8c2accf3a6731be28e5bb9c0de..19d303fb1ae6a33b8440d8cc6e83aeb076f29275 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,3 +1,5 @@
 {
+  "name": "covid19python-thomaswoehlke",
+  "version": "0.0.14",
   "lockfileVersion": 1
 }
diff --git a/src/package.json b/package.json
similarity index 91%
rename from src/package.json
rename to package.json
index a409b0e893a2e4102009fbcda0b5b34b0365d53e..7661528dcd57caa39dbd99fd35cea801dbf48f18 100644
--- a/src/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",
diff --git a/src/package-lock.json b/src/package-lock.json
deleted file mode 100644
index 19d303fb1ae6a33b8440d8cc6e83aeb076f29275..0000000000000000000000000000000000000000
--- a/src/package-lock.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-  "name": "covid19python-thomaswoehlke",
-  "version": "0.0.14",
-  "lockfileVersion": 1
-}