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>2011-02-02 21:46:27 +0300
committerisaacs <i@izs.me>2011-02-02 22:08:40 +0300
commit2efd06506e8174c41e7c58317a93ec8138ecdc75 (patch)
treef0c5439e41c960ad8ec65fdb7b0e0741ef753321 /test
parent937fac89518f9587fe5b05c7cbe1fbecf54da4e2 (diff)
Closes GH-552 Add 'private' flag to prevent publishing.
Diffstat (limited to 'test')
-rw-r--r--test/packages/private/package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/packages/private/package.json b/test/packages/private/package.json
new file mode 100644
index 000000000..123c52098
--- /dev/null
+++ b/test/packages/private/package.json
@@ -0,0 +1,4 @@
+{"name":"private"
+,"version":"9.9.9-9"
+,"homepage":"http://www.youtube.com/watch?v=1MLry6Cn_D4"
+,"private":"true"}