Skip to content

Commit

Permalink
chore: upgrade node >= 7.0.0
Browse files Browse the repository at this point in the history
Need upgrade to pass linter errors:
The 'Object.getOwnPropertyDescriptors' is not supported until
Node.js 7.0.0. The configured version range is '>= 6.4.0'
node/no-unsupported-features/es-builtins
  • Loading branch information
commenthol committed Sep 28, 2019
1 parent b3a6062 commit b107e33
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 @@ -73,7 +73,7 @@
"zuul": "^3.12.0"
},
"engines": {
"node": ">= 6.4.0"
"node": ">= 7.0.0"
},
"homepage": "https://github.com/visionmedia/superagent",
"husky": {
Expand Down

0 comments on commit b107e33

Please sign in to comment.