refactor : 更新路徑
Showing
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
| { | ||
| "name": "@purplevin/component", | ||
| "version": "0.1.15", | ||
| "version": "0.1.16", | ||
| "private": false, | ||
| "main": "lib/index.umd.min.js", | ||
| "scripts": { | ||
| "serve": "vue-cli-service serve", | ||
| "build": "vue-cli-service build", | ||
| "lib": "vue-cli-service build --target lib --name index --dest lib packages/index.js" | ||
| "lib": "vue-cli-service build --target lib --name index --dest lib packages/index.js", | ||
| "publish": "npm publish --registry http://192.168.1.10:4873" | ||
| }, | ||
| "devDependencies": { | ||
| "@vue/cli-plugin-babel": "4.4.4", | ||
| ... | ... |
Please register or sign in to comment