diff --git a/package-lock.json b/package-lock.json index 98c72f85e4c5d526730db3b599befc54e6c9b9e4..c468df125661c8ea11d6605d2f61984aec6fac74 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 4db5ad3118b22a64ea1277b64a4f2daef39ca7ed..0817a912b12df55eb61cc53d335e54bad957d6e4 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",