Fix double appearance in package.json

This commit is contained in:
Basti 2015-06-28 03:35:41 +01:00
parent 7b4f72cfca
commit 54c15ede9e
2 changed files with 2 additions and 3 deletions

View File

@ -24,7 +24,6 @@
"hubot-shipit": "^0.2.0", "hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3", "hubot-tell": "^1.2.3",
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git", "hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git",
"hubot-logger": "../hubot-logger/",
"hubot-logger": "67P/hubot-logger#remotestorage", "hubot-logger": "67P/hubot-logger#remotestorage",
"request": "2.30.0" "request": "2.30.0"
}, },

4
run.sh
View File

@ -2,8 +2,8 @@
# rm -rf node_modules/hubot-logger # rm -rf node_modules/hubot-logger
# npm install # npm install
HUBOT_IRC_SERVER=irc.freenode.net \ HUBOT_IRC_SERVER="irc.freenode.net" \
HUBOT_IRC_ROOMS="#kosmos-dev" \ HUBOT_IRC_ROOMS="#kosmos-dev,#kosmos-random" \
HUBOT_IRC_NICK="hal7000" \ HUBOT_IRC_NICK="hal7000" \
HUBOT_IRC_UNFLOOD="true" \ HUBOT_IRC_UNFLOOD="true" \
HUBOT_RSS_PRINTSUMMARY="false" \ HUBOT_RSS_PRINTSUMMARY="false" \