Remove useless Hubot scripts
This commit is contained in:
parent
13e77ea757
commit
de8a85a646
|
@ -2,13 +2,9 @@
|
|||
"hubot-diagnostics",
|
||||
"hubot-help",
|
||||
"hubot-heroku-keepalive",
|
||||
"hubot-google-images",
|
||||
"hubot-google-translate",
|
||||
"hubot-pugme",
|
||||
"hubot-maps",
|
||||
"hubot-redis-brain",
|
||||
"hubot-rules",
|
||||
"hubot-shipit",
|
||||
"hubot-commit-streak",
|
||||
"hubot-github-webhook-listener",
|
||||
"hubot-github-pr-reporter"
|
||||
|
|
|
@ -1312,11 +1312,6 @@
|
|||
"url": "0.10.3"
|
||||
}
|
||||
},
|
||||
"hubot-google-images": {
|
||||
"version": "0.2.7",
|
||||
"resolved": "https://registry.npmjs.org/hubot-google-images/-/hubot-google-images-0.2.7.tgz",
|
||||
"integrity": "sha1-qKH5CU12gwvxkxdwiI+rDcDBGk0="
|
||||
},
|
||||
"hubot-google-translate": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/hubot-google-translate/-/hubot-google-translate-0.2.1.tgz",
|
||||
|
@ -1337,11 +1332,6 @@
|
|||
"resolved": "https://registry.npmjs.org/hubot-maps/-/hubot-maps-0.0.3.tgz",
|
||||
"integrity": "sha1-yPxbA0h1TmJhbVuZsr85BMXuWDw="
|
||||
},
|
||||
"hubot-pugme": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/hubot-pugme/-/hubot-pugme-0.1.1.tgz",
|
||||
"integrity": "sha1-u/O5k4MVFsgU9WnPDwUxP7mjFFg="
|
||||
},
|
||||
"hubot-redis-brain": {
|
||||
"version": "0.0.4",
|
||||
"resolved": "https://registry.npmjs.org/hubot-redis-brain/-/hubot-redis-brain-0.0.4.tgz",
|
||||
|
@ -1350,11 +1340,6 @@
|
|||
"redis": "2.6.5"
|
||||
}
|
||||
},
|
||||
"hubot-rules": {
|
||||
"version": "0.1.2",
|
||||
"resolved": "https://registry.npmjs.org/hubot-rules/-/hubot-rules-0.1.2.tgz",
|
||||
"integrity": "sha1-jvMS2Lz0umaBExDatp9SjTRj9MU="
|
||||
},
|
||||
"hubot-scripts": {
|
||||
"version": "2.17.2",
|
||||
"resolved": "https://registry.npmjs.org/hubot-scripts/-/hubot-scripts-2.17.2.tgz",
|
||||
|
@ -1370,11 +1355,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"hubot-shipit": {
|
||||
"version": "0.2.1",
|
||||
"resolved": "https://registry.npmjs.org/hubot-shipit/-/hubot-shipit-0.2.1.tgz",
|
||||
"integrity": "sha1-T7yeFhlTv3kB/cNuKnAsExA/FrI="
|
||||
},
|
||||
"hubot-slack": {
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/hubot-slack/-/hubot-slack-4.4.0.tgz",
|
||||
|
|
|
@ -12,16 +12,12 @@
|
|||
"hubot-diagnostics": "0.0.2",
|
||||
"hubot-github-pr-reporter": "^1.1.5",
|
||||
"hubot-github-webhook-listener": "^0.9.1",
|
||||
"hubot-google-images": "^0.2.7",
|
||||
"hubot-google-translate": "^0.2.1",
|
||||
"hubot-help": "^0.2.2",
|
||||
"hubot-heroku-keepalive": "^1.0.3",
|
||||
"hubot-maps": "0.0.3",
|
||||
"hubot-pugme": "^0.1.1",
|
||||
"hubot-redis-brain": "0.0.4",
|
||||
"hubot-rules": "^0.1.2",
|
||||
"hubot-scripts": "^2.17.2",
|
||||
"hubot-shipit": "^0.2.1",
|
||||
"hubot-slack": "^4.4.0",
|
||||
"js-yaml": "^3.10.0",
|
||||
"jwt-simple": "^0.5.1"
|
||||
|
|
Loading…
Reference in New Issue