Skip to content

Commit

Permalink
fix: fallback to Number in package.json.engines.node
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyulin committed Oct 28, 2019
1 parent a93d646 commit 4f16502
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 @@ -47,7 +47,7 @@
"semantic-release": "^15.13.28"
},
"engines": {
"node": ">=carbon"
"node": ">=8.16"
},
"main": "dist/index.js"
}

0 comments on commit 4f16502

Please sign in to comment.