Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 88806ad

Browse files
author
Nathan Sobo
committed
Depend on node-gyp explicitly
We're matching the same version that the bundled npm depends on. This will help us ensure that regardless of how npm organizes the directories, we will know how to access the node-gyp binary. The risk is that someone will update npm without updating node-gyp.
1 parent cf5474e commit 88806ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"mv": "2.0.0",
3434
"ncp": "~0.5.1",
3535
"npm": "3.10.10",
36+
"node-gyp": "3.4.0",
3637
"open": "0.0.4",
3738
"plist": "git+https://github.com/nathansobo/node-plist.git",
3839
"q": "~0.9.7",

0 commit comments

Comments
 (0)