From e2c9f914be2b3a607b81b627274f6f17142c2493 Mon Sep 17 00:00:00 2001 From: dead-horse Date: Mon, 20 Mar 2017 10:52:24 +0800 Subject: [PATCH] chore: ensure publish with tag v1 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 470ce2e..ebbc929 100644 --- a/package.json +++ b/package.json @@ -59,5 +59,8 @@ }, "files": [ "lib" - ] + ], + "publishConfig": { + "tag": "v1" + } }