We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f8831 commit 7091981Copy full SHA for 7091981
package.json
@@ -4,16 +4,23 @@
4
"main": "lib/index.js",
5
"scripts": {
6
"test": "mocha --recursive --reporter dot tests",
7
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post",
8
+ "commit": "commit-wizard"
9
},
10
"dependencies": {
11
"requireindex": "~1.1.0"
12
13
"devDependencies": {
14
"eslint": "^2.4.0",
15
"mocha": "^2.4.5",
16
+ "pre-git": "3.8.3",
17
"semantic-release": "^4.3.5"
18
19
+ "config": {
20
+ "pre-git": {
21
+ "commit-msg": "conventional"
22
+ }
23
+ },
24
"engines": {
25
"node": ">=4"
26
0 commit comments