From 249863b3cbe01cb0efe3aa742df85ba7dca5c691 Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Mon, 7 Feb 2022 16:48:40 +0800 Subject: [PATCH] chore: switch npm tag to latest-v2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 62b8ed153..bbce469f8 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,9 @@ "types", "vetur" ], + "npm": { + "tag": "latest-v2" + }, "publishConfig": { "registry": "https://registry.npmjs.org/" },