From 826575951f567aea88ea5b0e512d3d9108d46c3a 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/" },