Skip to content

Commit

Permalink
fix(robot): Cross platform script loading
Browse files Browse the repository at this point in the history
Resolved in last commit, just updating with conventional commit to trigger republish. Have also
added cz-conventional-changelog dev dep, for future use with Commitizen CLI.

fix #3
  • Loading branch information
Tim Kinnane committed Jan 25, 2018
1 parent 66232d7 commit 06f523f
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 1 deletion.
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"chai": "~2.1.0",
"commitizen": "^2.9.6",
"coveralls": "^2.13.1",
"cz-conventional-changelog": "^2.1.0",
"hubot-pretend": "^1.2.0",
"mocha": "^2.1.0",
"mockery": "^1.4.0",
Expand Down Expand Up @@ -77,5 +78,10 @@
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"version": "0.0.6"
"version": "0.0.6",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 06f523f

Please sign in to comment.