Skip to content

Commit

Permalink
fix: atualiza portas
Browse files Browse the repository at this point in the history
  • Loading branch information
realsuiciniv committed Dec 13, 2017
1 parent 291d351 commit 2433f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"commitizen": "git cz",
"hubot": "eval $(./dotenv.sh) && hubot --name 'wheeljack'",
"hubot:gitter": "PORT=8081 npm run hubot -- --adapter gitter",
"hubot:fb": "PORT=8082 npm run hubot -- --adapter fb",
"hubot:telegram": "PORT=8083 npm run hubot -- --adapter telegram",
"hubot:fb": "npm run hubot -- --adapter fb",
"hubot:telegram": "PORT=8082 npm run hubot -- --adapter telegram",
"precommit": "npm run lint:check",
"prepush": "npm test"
},
Expand Down

0 comments on commit 2433f6d

Please sign in to comment.