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
path: root/test
diff options
context:
space:
mode:
authorForrest L Norvell <forrest@npmjs.com>2014-07-17 06:03:44 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-07-17 06:03:44 +0400
commit375988b9bf5aa5170f06a790d624d31b1eb32c6d (patch)
tree269018f3762b3229259bd0ca22e77e2e7f317c1d /test
parenta61cf8c3341b72fb5e0927d55c355330622e812f (diff)
invalid names in optional deps are an early error
It's hard for me to construct a scenario where an optional dependency with a plainly invalid name failing to install is actually useful to anyone, so I nerfed the relevant line in the test.
Diffstat (limited to 'test')
-rw-r--r--test/packages/npm-test-optional-deps/package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/packages/npm-test-optional-deps/package.json b/test/packages/npm-test-optional-deps/package.json
index 56c6f09ed..67545ca9d 100644
--- a/test/packages/npm-test-optional-deps/package.json
+++ b/test/packages/npm-test-optional-deps/package.json
@@ -5,7 +5,6 @@
{ "npm-test-foobarzaaakakaka": "http://example.com/"
, "dnode": "10.999.14234"
, "sax": "0.3.5"
- , "999 invalid name": "1.2.3"
, "glob": "some invalid version 99 #! $$ x y z"
, "npm-test-failer":"*"
}