Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Aguero committed Jun 27, 2019
1 parent eec1116 commit 106455f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"scripts": {
"start": "nodemon --harmony index.js",
"start:telegram-bot": "nodemon --harmony server/jobs/running-bot-telegram.js",
"start:worker-did-reward": "node --harmony ./server/jobs/worker-notification-delegator-did-reward-call.js",
"start:worker-did-reward": "node --harmony ./server/jobs/worker-notification-delegate-did-reward-call.js",
"start:worker-claim-reward": "node --harmony ./server/jobs/worker-notification-delegator-claim-reward-call.js",
"lint": "esw *.js server config --color",
"lint:watch": "npm run lint -- --watch",
Expand Down

0 comments on commit 106455f

Please sign in to comment.