Skip to content

Commit bb56f54

Browse files
author
Hans Kristian Flaatten
committed
feat(package): add semantic release package
Signed-off-by: Hans Kristian Flaatten <[email protected]>
1 parent 762127a commit bb56f54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"grunt": "grunt",
99
"lint": "eslint test/ lib/ apps/ index.js",
1010
"test": "mocha -r test/support/env -R tap -b --check-leaks test/acceptance/",
11-
"watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/acceptance/"
11+
"watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/acceptance/",
12+
"semantic-release": "semantic-release"
1213
},
1314
"repository": {
1415
"type": "git",
@@ -30,6 +31,7 @@
3031
"eslint-config-airbnb": "^7.0.0",
3132
"grunt-contrib-watch": "^1.0.0",
3233
"mocha": "^2.4.5",
34+
"semantic-release": "^4.3.5",
3335
"supertest": "^1.2.0",
3436
"supervisor": "^0.10.0"
3537
},

0 commit comments

Comments
 (0)