Add useful scripts from `hubot-scripts`
This commit is contained in:
parent
de8a85a646
commit
7fcb09b6b8
|
@ -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"
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue