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

Commit f122e85

Browse files
author
Nathan Sobo
authored
Merge pull request #730 from atom/ns-explicit-node-gyp-dependency
Depend on node-gyp explicitly
2 parents cf5474e + 08d1cef commit f122e85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-package-manager",
33
"description": "Atom package manager",
4-
"version": "1.18.2",
4+
"version": "1.18.3-0",
55
"license": "MIT",
66
"repository": {
77
"type": "git",
@@ -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)