Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
chore: add standard version
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 10, 2018
1 parent 42ada82 commit f32554a
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 17 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
],
"scripts": {
"test": "jest --silent",
"lint": "eslint ./"
"lint": "eslint ./",
"release": "standard-version"
},
"husky": {
"hooks": {
Expand All @@ -41,7 +42,8 @@
"eslint-plugin-standard": "^4.0.0",
"husky": "^1.2.0",
"jest": "^23.6.0",
"lint-staged": "^8.1.0"
"lint-staged": "^8.1.0",
"standard-version": "^4.4.0"
},
"dependencies": {
"eslint-plugin-vue": "^5.0.0",
Expand Down
Loading

0 comments on commit f32554a

Please # to comment.