Skip to content

Commit fa63795

Browse files
authoredFeb 14, 2017
Merge pull request #83 from rvaidya/peerdep
Make webpack a peer dependency so that webpack 2 can be used
2 parents 482c5bf + 47a8bba commit fa63795

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"body-parser": "^1.15.2",
3232
"express": "^4.14.0",
3333
"fs-extra": "^0.26.7",
34-
"npm-programmatic": "0.0.5",
35-
"webpack": "^1.13.1"
34+
"npm-programmatic": "0.0.5"
3635
},
3736
"devDependencies": {
3837
"chai": "^3.5.0",
@@ -42,5 +41,8 @@
4241
"serverless": "^1.0.0-beta.2",
4342
"sinon": "^1.17.5",
4443
"sinon-chai": "^2.8.0"
44+
},
45+
"peerDependencies": {
46+
"webpack": "*"
4547
}
4648
}

0 commit comments

Comments
 (0)