File tree Expand file tree Collapse file tree 2 files changed +1558
-130
lines changed
Expand file tree Collapse file tree 2 files changed +1558
-130
lines changed Original file line number Diff line number Diff line change 1616 "serve" : " vue-cli-service serve" ,
1717 "build" : " vue-cli-service build --dest demo" ,
1818 "build-bundle" : " vue-cli-service build --target lib --name vue-bot-ui ./src/vue-bot-ui.js" ,
19- "release" : " standard-version && git push --follow-tags && npm publish" ,
20- "release:next" : " standard-version --prerelease next && git push --follow-tags origin dev && npm publish --tag next" ,
19+ "release" : " git push --follow-tags && npm publish" ,
20+ "release:next" : " git push --follow-tags origin master && npm publish --tag next" ,
2121 "lint" : " vue-cli-service lint --fix"
2222 },
2323 "keywords" : [
3535 "@vue/cli-service" : " ^4.0.0" ,
3636 "@vue/eslint-config-standard" : " ^4.0.0" ,
3737 "@vue/test-utils" : " 1.0.0-beta.29" ,
38+ "axios" : " ^0.19.0" ,
3839 "babel-eslint" : " ^10.0.3" ,
3940 "bootstrap" : " ^4.3.1" ,
4041 "core-js" : " ^3.3.2" ,
5657 "url" : " https://github.com/JuzSer/vue-bot-ui/issues"
5758 },
5859 "homepage" : " https://github.com/JuzSer/vue-bot-ui#readme" ,
59- "license" : " MIT" ,
60- "dependencies" : {
61- "vuex" : " ^3.1.2"
62- }
60+ "license" : " MIT"
6361}
You can’t perform that action at this time.
0 commit comments