Skip to content

Commit

Permalink
require node 8 to use async/await instead of promises
Browse files Browse the repository at this point in the history
  • Loading branch information
lourou committed Apr 22, 2018
1 parent 3c27a7c commit 6156253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"start": "nodemon ./bin/www",
"web": "node ./bin/www"
},
"engines": {
"node": ">=8.0"
},
"dependencies": {
"airtable": "^0.4.5",
"autoprefixer": "^6.7.7",
Expand Down

0 comments on commit 6156253

Please sign in to comment.