Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
chore(deps): install standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Oct 9, 2018
1 parent 101c357 commit 55cbc7c
Show file tree
Hide file tree
Showing 2 changed files with 386 additions and 1,456 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"test:watch": "ember test --serve ",
"test:all": "ember try:each",
"prepublishOnly": "ember ts:precompile",
"postpublish": "ember ts:clean"
"postpublish": "ember ts:clean",
"release": "standard-version"
},
"husky": {
"hooks": {
Expand Down Expand Up @@ -93,6 +94,7 @@
"lint-staged": "^7.2.0",
"loader.js": "^4.7.0",
"prettier": "^1.13.5",
"standard-version": "^4.4.0",
"testdouble": "^3.8.1",
"testdouble-chai": "^0.5.0",
"typescript": "^3.1.1",
Expand Down

0 comments on commit 55cbc7c

Please sign in to comment.