Skip to content

Commit c6ce175

Browse files
committed
Remove vuex from package.json, update release command
1 parent 3ad396f commit c6ce175

File tree

2 files changed

+1558
-130
lines changed

2 files changed

+1558
-130
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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": [
@@ -35,6 +35,7 @@
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",
@@ -56,8 +57,5 @@
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
}

0 commit comments

Comments
 (0)