Fix Node.js engine version limit

This commit is contained in:
Wilson Lin 2020-07-03 23:41:51 +10:00
parent 74248aa6a1
commit 224e28c8a6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
"url": "git+https://github.com/wilsonzlin/hyperbuild.git" "url": "git+https://github.com/wilsonzlin/hyperbuild.git"
}, },
"engines": { "engines": {
"node": ">=8 <=13" "node": ">=8 <=14"
}, },
"author": { "author": {
"email": "npm@wilsonl.in", "email": "npm@wilsonl.in",