Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d33728a32b | |||
| b2beaef4df | |||
| 1ac557cc23 | |||
| 523719b3fb | |||
| a39a35feba | |||
| fc3ffbbc46 | |||
| 9498829ec7 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hal8000",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "./run.sh",
|
||||
@@ -19,7 +19,7 @@
|
||||
"hubot-help": "^0.1.1",
|
||||
"hubot-incoming-webhook": "^1.0.1",
|
||||
"hubot-irc": "^0.2.9",
|
||||
"hubot-kredits": "^1.3.0",
|
||||
"hubot-kredits": "^1.4.4",
|
||||
"hubot-plusplus": "^1.1.5",
|
||||
"hubot-read-tweet": "0.0.2",
|
||||
"hubot-redis-brain": "0.0.2",
|
||||
@@ -30,7 +30,6 @@
|
||||
"hubot-shipit": "^0.2.0",
|
||||
"hubot-tell": "^1.2.3",
|
||||
"hubot-yubikey-invalidation": "0.0.3",
|
||||
"kredits-contracts": "^2.0.0",
|
||||
"node-fetch": "^1.6.3",
|
||||
"request": "2.30.0"
|
||||
},
|
||||
|
||||
3
run.sh
3
run.sh
@@ -17,8 +17,7 @@ WEBHOOK_TOKEN="kosmosplusplus" \
|
||||
HUBOT_YUBIKEY_API_ID="change-me" \
|
||||
KREDITS_WEBHOOK_TOKEN="123" \
|
||||
KREDITS_ROOM="#kosmos-dev" \
|
||||
# KREDITS_WALLET_PATH="wallet.json" \
|
||||
KREDITS_WALLET_PATH="wallet-testnet.json" \
|
||||
KREDITS_WALLET_PATH="wallet.json" \
|
||||
KREDITS_WALLET_PASSWORD="foo" \
|
||||
KREDITS_CONTRACT_ADDRESS="0x1e77db134531f8e8f3d97428285d096b4b85e2c4" \
|
||||
bin/hubot --name hal7000
|
||||
|
||||
Reference in New Issue
Block a user