We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762127a commit bb56f54Copy full SHA for bb56f54
package.json
@@ -8,7 +8,8 @@
8
"grunt": "grunt",
9
"lint": "eslint test/ lib/ apps/ index.js",
10
"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/"
+ "watch": "mocha -r test/support/env -R progress -b --check-leaks -w test/acceptance/",
12
+ "semantic-release": "semantic-release"
13
},
14
"repository": {
15
"type": "git",
@@ -30,6 +31,7 @@
30
31
"eslint-config-airbnb": "^7.0.0",
32
"grunt-contrib-watch": "^1.0.0",
33
"mocha": "^2.4.5",
34
+ "semantic-release": "^4.3.5",
35
"supertest": "^1.2.0",
36
"supervisor": "^0.10.0"
37
0 commit comments