Skip to content

Commit

Permalink
Use "thoughtful-release" for version upgrades (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jul 16, 2016
1 parent 7c33c38 commit 975b7e7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"thought": "thought run -a",
"prethoughtcheck": "thought --version || npm -g install thought",
"thoughtcheck": "thought check-engines",
"version": "npm run thought",
"version": "thoughtful changelog -o -a && npm run thought",
"preversion": "npm run thoughtcheck"
},
"dependencies": {
Expand Down Expand Up @@ -52,7 +52,8 @@
"get-promise": "^1.4.0",
"handlebars": "^3||^4",
"mocha": "^2.2.5",
"q-io": "^1.13.1"
"q-io": "^1.13.1",
"thoughtful-release": "^0.3.0"
},
"peerDependencies": {
"handlebars": "3||4"
Expand Down

0 comments on commit 975b7e7

Please sign in to comment.