Skip to content

Commit

Permalink
feat(builder): Add npm and node-gyp as peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotttf committed Nov 2, 2016
1 parent e63d1bf commit 1cdde29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.6.9",
"npm": "^3.10.8",
"s3-streams": "^0.3.0",
"tar-fs": "^1.14.0",
"temp": "^0.8.3"
},
"peerDependencies": {
"node-gyp": "^3.4.0",
"npm": "^3.10.8"
},
"engines": {
"node": ">=4.3"
},
Expand All @@ -34,6 +37,7 @@
"ghooks": "^1.3.2",
"istanbul": "^0.4.5",
"nodeunit": "^0.10.2",
"npm": "^3.10.8",
"semantic-release": "^4.3.5"
},
"repository": {
Expand Down

0 comments on commit 1cdde29

Please sign in to comment.