aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
author1024x22018-11-01 21:40:22 +0000
committer1024x22018-11-01 21:40:22 +0000
commiteb58221a5a1ce8173cbf3aa0799a6a5a1faa3b60 (patch)
tree362c3979643734c6c69b3c88fceb43c01a0e25a5 /package.json
parent85b5d045888905bfa9350473847753bebeee5090 (diff)
reee
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index a6d673a..6d64b2e 100644
--- a/package.json
+++ b/package.json
@@ -4,9 +4,9 @@
"description": "A package manager for Windows93!",
"main": "pkg93.js",
"scripts": {
- "test": "node_modules/.bin/eslint .",
- "build": "node_modules/.bin/webpack",
- "build-install": "node_modules/.bin/webpack --config webpack.install.config.js"
+ "test": "eslint .",
+ "build": "webpack",
+ "build-install": "webpack --config webpack.install.config.js"
},
"repository": {
"type": "git",
@@ -20,9 +20,10 @@
"homepage": "https://github.com/pkg93/pkg93#readme",
"devDependencies": {
"eslint": "^5.6.1",
- "raw-loader": "^0.5.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2"
},
- "dependencies": {}
+ "dependencies": {
+ "raw-loader": "^0.5.1"
+ }
}