更新配置
parent
50bbe140a9
commit
a744a956b7
|
@ -3,8 +3,9 @@
|
||||||
"description": "vue-router去除`@vue/devtools-api`依赖版",
|
"description": "vue-router去除`@vue/devtools-api`依赖版",
|
||||||
"version": "4.1.6",
|
"version": "4.1.6",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"main": "dist/vue-router.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./update.js"
|
"build": "node ./update.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -14,5 +15,9 @@
|
||||||
"vue-router",
|
"vue-router",
|
||||||
"vue"
|
"vue"
|
||||||
],
|
],
|
||||||
|
"devDependencies": {
|
||||||
|
"esbuild":"^0.17.8",
|
||||||
|
"iofs":"^1.5.3"
|
||||||
|
},
|
||||||
"author": "Yutent <yutent.io@gmail.com>"
|
"author": "Yutent <yutent.io@gmail.com>"
|
||||||
}
|
}
|
Loading…
Reference in New Issue