更新配置

master
yutent 2023-02-16 02:36:46 +00:00
parent 50bbe140a9
commit a744a956b7
1 changed files with 6 additions and 1 deletions

View File

@ -3,8 +3,9 @@
"description": "vue-router去除`@vue/devtools-api`依赖版",
"version": "4.1.6",
"type": "module",
"main": "dist/vue-router.js",
"scripts": {
"start": "node ./update.js"
"build": "node ./update.js"
},
"repository": {
"type": "git",
@ -14,5 +15,9 @@
"vue-router",
"vue"
],
"devDependencies": {
"esbuild":"^0.17.8",
"iofs":"^1.5.3"
},
"author": "Yutent <yutent.io@gmail.com>"
}