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:
authorForrest L Norvell <forrest@npmjs.com>2015-06-19 10:16:13 +0300
committerForrest L Norvell <forrest@npmjs.com>2015-06-19 10:16:13 +0300
commit9583cc3cb192c2fced006927cfba7cd37b588605 (patch)
treed3454d5e6015acf89bff9d11ba6ae73170fd9dff /package.json
parentdf894930f2716adac28740b29b2e863170919990 (diff)
fstream-npm@1.0.3
Ensure that the "main" entry in package.json is always included, if present. Contributed by @coderhaoxin. PR-URL: https://github.com/npm/fstream-npm/pull/8
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 b96d170f3..1fcbe1c4a 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,7 @@
"fs-vacuum": "~1.2.6",
"fs-write-stream-atomic": "~1.0.3",
"fstream": "~1.0.7",
- "fstream-npm": "~1.0.2",
+ "fstream-npm": "~1.0.3",
"github-url-from-git": "~1.4.0",
"github-url-from-username-repo": "~1.0.2",
"glob": "~5.0.10",