Skip to content

Commit 61886ba

Browse files
author
Mike Ng
committed
Remove unused json-loader dependency.
1 parent cb3ce5f commit 61886ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "./node_modules/.bin/mocha ./tests.js",
8-
"build": "webpack index.js dist/optimizely.min.js",
8+
"build": "webpack $npm_package_main dist/optimizely.min.js",
99
"lint": "eslint lib/**"
1010
},
1111
"repository": {
@@ -27,7 +27,6 @@
2727
"devDependencies": {
2828
"chai": "^3.5.0",
2929
"eslint": "^2.9.0",
30-
"json-loader": "^0.5.4",
3130
"mocha": "^2.5.3",
3231
"sinon": "^1.17.4",
3332
"webpack": "^1.13.1"

0 commit comments

Comments
 (0)