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:
authorisaacs <i@izs.me>2010-09-02 03:06:06 +0400
committerisaacs <i@izs.me>2010-09-02 03:06:06 +0400
commit63f2aa8caf27a0b48703f59edd2665488e09b109 (patch)
tree0a1a797fa491df910dd33c42c5bc1c58bbb041dc /test
parent4630adc4f9621f0ce36195b85d1fc1ec79ef9c11 (diff)
Correct name
Diffstat (limited to 'test')
-rw-r--r--test/packages/test-package/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packages/test-package/package.json b/test/packages/test-package/package.json
index d2a21c76a..08c0e5a73 100644
--- a/test/packages/test-package/package.json
+++ b/test/packages/test-package/package.json
@@ -1,4 +1,4 @@
-{ "name" : "TESTING-please-ignore-this"
+{ "name" : "test-package"
, "author" : "Testy McMock"
, "version" : "1.2.3-99-b"
, "description" : "This is a test package used for debugging. It has some random data and that's all."