Add useful scripts from `hubot-scripts`

This commit is contained in:
Pedro Pombeiro 2018-01-20 18:35:15 +01:00
parent de8a85a646
commit 7fcb09b6b8
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
3 changed files with 14 additions and 0 deletions

View File

@ -4,7 +4,9 @@
"hubot-heroku-keepalive",
"hubot-google-translate",
"hubot-maps",
"hubot-rcbrb",
"hubot-redis-brain",
"hubot-reload-scripts",
"hubot-commit-streak",
"hubot-github-webhook-listener",
"hubot-github-pr-reporter"

10
package-lock.json generated
View File

@ -1332,6 +1332,11 @@
"resolved": "https://registry.npmjs.org/hubot-maps/-/hubot-maps-0.0.3.tgz",
"integrity": "sha1-yPxbA0h1TmJhbVuZsr85BMXuWDw="
},
"hubot-rcbrb": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/hubot-rcbrb/-/hubot-rcbrb-1.0.5.tgz",
"integrity": "sha1-zU+7cegOU46t1OeQPFzGgltNPeE="
},
"hubot-redis-brain": {
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/hubot-redis-brain/-/hubot-redis-brain-0.0.4.tgz",
@ -1340,6 +1345,11 @@
"redis": "2.6.5"
}
},
"hubot-reload-scripts": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/hubot-reload-scripts/-/hubot-reload-scripts-0.1.4.tgz",
"integrity": "sha1-a7o2bj8nE/A/KG6W37wFjQdBkHU="
},
"hubot-scripts": {
"version": "2.17.2",
"resolved": "https://registry.npmjs.org/hubot-scripts/-/hubot-scripts-2.17.2.tgz",

View File

@ -16,7 +16,9 @@
"hubot-help": "^0.2.2",
"hubot-heroku-keepalive": "^1.0.3",
"hubot-maps": "0.0.3",
"hubot-rcbrb": "^1.0.5",
"hubot-redis-brain": "0.0.4",
"hubot-reload-scripts": "^0.1.4",
"hubot-scripts": "^2.17.2",
"hubot-slack": "^4.4.0",
"js-yaml": "^3.10.0",