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:
authorRebecca Turner <me@re-becca.org>2017-01-12 12:39:55 +0300
committerRebecca Turner <me@re-becca.org>2017-01-12 12:40:12 +0300
commitccd83e8a70d35fb0904f8a9adb2ff7ac8a6b2706 (patch)
tree86f526bb88bdf4c56cdd8041d6f91e23fe443a78 /package.json
parenta5839833d3de7072be06884b91902c093aff1aed (diff)
JSONStream@1.3.0
Add new emitPath option. Credit: @nathanwills
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 e0889dadc..3154db516 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"main": "./lib/npm.js",
"bin": "./bin/npm-cli.js",
"dependencies": {
- "JSONStream": "~1.2.1",
+ "JSONStream": "~1.3.0",
"abbrev": "~1.0.9",
"ansicolors": "~0.3.2",
"ansistyles": "~0.1.3",