Skip to content

Commit

Permalink
Merge pull request #83 from rvaidya/peerdep
Browse files Browse the repository at this point in the history
Make webpack a peer dependency so that webpack 2 can be used
  • Loading branch information
domaslasauskas committed Feb 14, 2017
2 parents 482c5bf + 47a8bba commit fa63795
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"body-parser": "^1.15.2",
"express": "^4.14.0",
"fs-extra": "^0.26.7",
"npm-programmatic": "0.0.5",
"webpack": "^1.13.1"
"npm-programmatic": "0.0.5"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -42,5 +41,8 @@
"serverless": "^1.0.0-beta.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
},
"peerDependencies": {
"webpack": "*"
}
}

0 comments on commit fa63795

Please sign in to comment.