diff options
Diffstat (limited to '')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index 6b19ecc..b058b66 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,6 @@ "install": "0.13.0", "nodemon": "2.0.15", "npm-run-all": "4.1.5", - "pkg": "5.5.2", "prettier": "2.6.2", "typescript": "4.6.3" }, @@ -57,9 +56,5 @@ "repository": "https: //github.com/RosstheRoss/4951w-pendulum", "license": "MIT", "private": true, - "type": "module", - "pkg": { - "scripts": "dist/**/*.js", - "assets": "dist/**/*" - } + "type": "module" } |