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:
Diffstat (limited to 'test/packages/npm-test-blerg/package.json')
-rw-r--r--test/packages/npm-test-blerg/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/packages/npm-test-blerg/package.json b/test/packages/npm-test-blerg/package.json
index 374b4432b..0db81d680 100644
--- a/test/packages/npm-test-blerg/package.json
+++ b/test/packages/npm-test-blerg/package.json
@@ -1,4 +1,5 @@
{ "name":"npm-test-blerg"
, "version" : "0.0.0"
, "scripts" : { "test" : "node test.js" }
+, "publishConfig": {"tag": "foo"}
}