From e523493d8f900fd4130a4769128ae699bc72b119 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Mon, 7 Nov 2016 14:01:01 +0800 Subject: [PATCH] use npm publish default to `next` --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fe3222e9..c382dc9a 100755 --- a/package.json +++ b/package.json @@ -142,5 +142,8 @@ "bin/", "dist/", "src/" - ] + ], + "publishConfig": { + "tag": "next" + } } -- GitLab