Add dependencies in your package.json
"dependencies": {
"libinc-hubot": "libinc/hubot-scripts"
}
and to enable "libinc-hubot" you will need to add the package name as a double quoted string to the external-scripts.json
file in your hubot.
["libinc-hubot"]
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request