Skip to content

Commit

Permalink
chore: Adds release script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Jun 14, 2017
1 parent 43199f1 commit 85d7772
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"travis:test": "npm run test",
"travis:coverage": "npm run test",
"pretest": "npm run create-spec",
"posttest": "npm run lint"
"posttest": "npm run lint",
"release": "standard-version"
},
"dependencies": {
"async": "^2.1.5",
Expand Down

0 comments on commit 85d7772

Please sign in to comment.