Skip to content

Commit

Permalink
feat(package): add semantic release package
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Kristian Flaatten <hans.kristian.flaatten@dnt.no>
  • Loading branch information
Hans Kristian Flaatten committed Apr 22, 2016
1 parent 762127a commit bb56f54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"grunt": "grunt",
"lint": "eslint test/ lib/ apps/ index.js",
"test": "mocha -r test/support/env -R tap -b --check-leaks test/acceptance/",
"watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/acceptance/"
"watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/acceptance/",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
Expand All @@ -30,6 +31,7 @@
"eslint-config-airbnb": "^7.0.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^2.4.5",
"semantic-release": "^4.3.5",
"supertest": "^1.2.0",
"supervisor": "^0.10.0"
},
Expand Down

0 comments on commit bb56f54

Please sign in to comment.