From cc94f4f9229f1408144a319b71590de0e373f295 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 11 Oct 2012 13:57:25 -0700 Subject: add a publish config on the npm-test-blerg package --- test/packages/npm-test-blerg/package.json | 1 + 1 file changed, 1 insertion(+) 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"} } -- cgit v1.2.3