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

remit uses async/await #54

Merged
merged 2 commits into from
Oct 13, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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