diff --git a/package-lock.json b/package-lock.json index 8a4e94e..07bab57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2913,9 +2913,7 @@ } }, "hubot-plusplus": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/hubot-plusplus/-/hubot-plusplus-1.4.0.tgz", - "integrity": "sha1-dq+hZsYNwGhDdDTtyeMd7dw04e0=", + "version": "github:67P/hubot-plusplus#94fc81486c8bbfc27ceb056ef79ff81dad829bb2", "requires": { "clark": "0.0.6", "coffee-script": "1.6.3", @@ -2953,7 +2951,7 @@ } }, "hubot-rss-reader": { - "version": "git://github.com/67P/hubot-rss-reader.git#48a5bbdd4ee70850ce39288033704c003a5790fd", + "version": "github:67P/hubot-rss-reader#48a5bbdd4ee70850ce39288033704c003a5790fd", "requires": { "async": "0.9.2", "bluebird": "3.5.1", @@ -2982,7 +2980,7 @@ } }, "hubot-seen": { - "version": "git+https://github.com/67P/hubot-seen.git#aa2c24194fe6825faaecca4b92b4b17fb7eeaacf", + "version": "github:67P/hubot-seen#aa2c24194fe6825faaecca4b92b4b17fb7eeaacf", "requires": { "coffee-script": "1.6.3", "timeago": "0.1.0" diff --git a/package.json b/package.json index 6affed2..2f4773d 100644 --- a/package.json +++ b/package.json @@ -20,13 +20,13 @@ "hubot-incoming-webhook": "^1.0.1", "hubot-irc": "^0.2.9", "hubot-kredits": "^1.6.0", - "hubot-plusplus": "^1.1.5", + "hubot-plusplus": "github:67P/hubot-plusplus#feature/configurable_points_term", "hubot-read-tweet": "0.0.2", "hubot-redis-brain": "0.0.2", - "hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git#v0.8.3", + "hubot-rss-reader": "github:67P/hubot-rss-reader#v0.8.3", "hubot-rules": "^0.1.0", "hubot-scripts": "^2.5.16", - "hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug", + "hubot-seen": "github:67P/hubot-seen#fix_debug", "hubot-shipit": "^0.2.0", "hubot-tell": "^1.2.3", "hubot-yubikey-invalidation": "0.0.3", diff --git a/run.sh b/run.sh index 3223b61..4ad1c0b 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,4 @@ -# cp ~/src/remotestorage/modules/src/chat-messages.js ~/src/kosmos/hubot-remotestorage-logger/lib/chat-messages.es6 -# rm -rf node_modules/hubot-openassets +rm -rf node_modules/hubot-plusplus # npm install PORT=8888 \ @@ -13,6 +12,7 @@ HUBOT_RSS_PRINTERROR="false" \ HUBOT_RSS_IRCCOLORS="true" \ HUBOT_RSS_HEADER="Update:" \ HUBOT_AUTH_ADMIN="bkero,derbumi,galfert,gregkare,slvrbckt,raucao" \ +HUBOT_PLUSPLUS_POINTS_TERM='karma,karma' \ LOG_HTTP_PORT=7000 \ LOG_STEALTH="true" \ WEBHOOK_TOKEN="kosmosplusplus" \