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:
authorisaacs <i@izs.me>2012-06-17 22:54:50 +0400
committerisaacs <i@izs.me>2012-06-17 22:54:50 +0400
commitbde6a6b61f2cc18bdab5bb3aae77765309814ec5 (patch)
treeb8fe5fd46b67a49c8d7a6e70a66732b67ee3329a
parent4edb74491612135a73e9990e2af6732aa735641a (diff)
sort bundleDependencies list the same as deps
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index ec74aa7df..815d24779 100644
--- a/package.json
+++ b/package.json
@@ -67,17 +67,17 @@
"init-package-json": "0"
},
"bundleDependencies": [
- "slide",
- "ini",
"semver",
+ "ini",
+ "slide",
"abbrev",
"graceful-fs",
"minimatch",
"nopt",
"node-uuid",
+ "proto-list",
"rimraf",
"request",
- "proto-list",
"which",
"tar",
"fstream",