Skip to content

Commit

Permalink
fix(): Fix build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
aethant committed Oct 18, 2016
1 parent e9882de commit 38c7bdb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@
},
"devDependencies": {
"coffee-script": "^1.11.1",
"cz-conventional-changelog": "^1.2.0",
"mocha": "^3.1.2",
"semantic-release": "^4.3.5"
},
Expand All @@ -528,5 +529,10 @@
"bugs": {
"url": "https://github.com/aethant/merino/issues"
},
"homepage": "https://github.com/aethant/merino#readme"
"homepage": "https://github.com/aethant/merino#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 38c7bdb

Please sign in to comment.