Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Barczewski <jeff.barczewski@gmail.com>2015-03-06 20:39:40 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-03-12 23:24:47 +0300
commita91f2c7c9a5183d9cde7aae040ebd9ccdf104be7 (patch)
tree88b71871eb4a310e3373d818977450261c9d51e5 /package.json
parent721b17a31690bec074eb8763d823d6de63406005 (diff)
node-gyp@1.0.3
Upgrade bundled node-gyp from v1.0.2 to v1.0.3 which fixes the warning ``` customFds option is deprecated, use stdio instead. ```
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a73503cb1..b120d5325 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"lru-cache": "~2.5.0",
"minimatch": "~2.0.1",
"mkdirp": "~0.5.0",
- "node-gyp": "~1.0.2",
+ "node-gyp": "~1.0.3",
"nopt": "~3.0.1",
"normalize-git-url": "~1.0.0",
"normalize-package-data": "~1.0.3",