Skip to content

Commit

Permalink
fix: update ecma version to 2017 for actual async/await
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Sep 21, 2018
1 parent 408586f commit 1e482fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
parserOptions: {
sourceType: 'module',
impliedStrict: true,
ecmaVersion: 2016
ecmaVersion: 2017
},
env: {
commonjs: true,
Expand Down

0 comments on commit 1e482fe

Please sign in to comment.