From 925552341a1043233077506b603c5ca8d35ed2ee Mon Sep 17 00:00:00 2001 From: Scott Donnelly Date: Sun, 29 Jan 2017 09:00:14 +0000 Subject: [PATCH 1/2] add publishConfig to auto push koa2 branch as koa2 tag --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index afaf295..654fbea 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,9 @@ }, "license": "MIT", "main": "./lib", + "publishConfig": { + "tag": "next" + }, "dependencies": { "bluebird": "^3.4.6", "jsonwebtoken": "^7.1.9", From 30351ca0266d2cce6d717d89b2a84b7a9e36efb7 Mon Sep 17 00:00:00 2001 From: Scott Donnelly Date: Sun, 29 Jan 2017 09:02:22 +0000 Subject: [PATCH 2/2] use koa2 tag as existing koa2 branch pubs in npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 654fbea..a6e13a6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "license": "MIT", "main": "./lib", "publishConfig": { - "tag": "next" + "tag": "koa2" }, "dependencies": { "bluebird": "^3.4.6",