Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
馃攢 remit uses async/await (#54)
Browse files Browse the repository at this point in the history
only node 8 has native async/await
or use node 7 with '''--harmony-async-await'''
  • Loading branch information
davidlondono authored and jpwilliams committed Oct 13, 2017
1 parent 609cb39 commit 687895f
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 @@ -4,7 +4,7 @@
"description": "A small set of functionality used to create microservices that don't need to be aware of one-another's existence.",
"main": "index.js",
"engines": {
"node": ">=6"
"node": ">=8"
},
"scripts": {
"coverage": "./node_modules/.bin/nyc ./node_modules/.bin/mocha --require test/bootstrap test/*.test.js test/**/*.test.js --exit && ./node_modules/.bin/nyc report --reporter=lcov",
Expand Down

0 comments on commit 687895f

Please sign in to comment.