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>2010-08-29 03:26:08 +0400
committerisaacs <i@izs.me>2010-08-29 03:26:08 +0400
commit29abb54a839eb5368c9ed000a8c14d1b073c775a (patch)
treecf79cf7fa4c851015e316310476742c27ad13fb8
parentec8942b1fc8b0de600e6f60fbdddd3620fc47fd2 (diff)
Make the test thing more testy
-rw-r--r--test/packages/bundletest/package.json13
1 files changed, 4 insertions, 9 deletions
diff --git a/test/packages/bundletest/package.json b/test/packages/bundletest/package.json
index 9e7affcc8..1fb97bac7 100644
--- a/test/packages/bundletest/package.json
+++ b/test/packages/bundletest/package.json
@@ -1,9 +1,4 @@
-{
- "name":"flockfeed",
- "version":"v0.0.1alpha",
- "dependencies":{
- "express":"1.0.0rc2",
- "oauth":"0.8.1",
- "ejs":"0.2.0"
- }
-} \ No newline at end of file
+{ "name" : "bundletest"
+, "version" : "1.0.0"
+, "dependencies" : { "express" : "1.0.0rc2", "oauth" : "*", "ejs" : "0.2.0" }
+}