Skip to content

Commit

Permalink
fix(build): Add proper deps, force republish to make sure things are …
Browse files Browse the repository at this point in the history
…working
  • Loading branch information
Kent C. Dodds committed Oct 8, 2015
1 parent 114f967 commit 922097b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .cz.json

This file was deleted.

5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"description": "Commitizen adapter following the conventional-changelog format.",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "echo 'Tests need to be setup!'",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand All @@ -18,6 +19,10 @@
"word-wrap": "^1.0.3"
},
"devDependencies": {
"commitizen": "1.0.5",
"semantic-release": "^4.3.5"
},
"czConfig": {
"path": "./"
}
}

0 comments on commit 922097b

Please sign in to comment.