8000 Remove --harmony-async-await usage · TailorDev/assignees@8fc94ec · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Remove --harmony-async-await usage
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jul 13, 2017
1 parent 899de28 commit 8fc94ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Docker container:

$ docker-compose run --rm app yarn run assignees
yarn run v0.19.1
$ node --harmony-async-await bin/assignees
$ node bin/assignees

Usage: assignees [options] [command]

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"private": true,
"license": "MIT",
"scripts": {
"start": "node --harmony-async-await app.js",
"start": "node app.js",
"test": "NODE_ENV=test mocha --harmony --reporter spec --recursive",
"assignees": "node --harmony-async-await bin/assignees"
"assignees": "node bin/assignees"
},
"dependencies": {
"async": "^2.1.2",
Expand Down

0 comments on commit 8fc94ec

Please sign in to comment.
0