mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 00:06:15 -04:00
chore(release): added standard-version
This commit is contained in:
parent
d49da7dc3b
commit
f10b68c688
2 changed files with 28865 additions and 55 deletions
28916
package-lock.json
generated
28916
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -32,7 +32,8 @@
|
|||
"lint:js": "eslint --ext .js,.vue --ignore-path=.gitignore --max-warnings=0 .",
|
||||
"lint": "npm run lint:js && npm run lint:commit",
|
||||
"test": "jest",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"release": "standard-version"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/axios": "^5.13.6",
|
||||
|
@ -83,6 +84,7 @@
|
|||
"less": "^4.0.0",
|
||||
"less-loader": "^7.1.0",
|
||||
"nuxt-property-decorator": "^2.9.1",
|
||||
"standard-version": "^9.3.1",
|
||||
"ts-jest": "^26.5.6",
|
||||
"vue-jest": "^3.0.4",
|
||||
"yaml": "^1.10.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue