Skip to content

Commit 85d7772

Browse files
committedJun 14, 2017
chore: Adds release script
1 parent 43199f1 commit 85d7772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"travis:test": "npm run test",
2323
"travis:coverage": "npm run test",
2424
"pretest": "npm run create-spec",
25-
"posttest": "npm run lint"
25+
"posttest": "npm run lint",
26+
"release": "standard-version"
2627
},
2728
"dependencies": {
2829
"async": "^2.1.5",

0 commit comments

Comments
 (0)
Please sign in to comment.