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

Commit

Permalink
fix(package): relax node version range (engines) (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebatchelor authored and michael-ciniawsky committed Oct 10, 2018
1 parent fb465ad commit d37b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"bin": "",
"main": "dist/cjs.js",
"engines": {
"node": ">= 6.9.0 < 7.0.0 || >= 8.9.0"
"node": ">= 6.9.0"
},
"scripts": {
"start": "npm run build -- -w",
Expand Down

0 comments on commit d37b108

Please sign in to comment.