2
0
mirror of synced 2025-02-23 16:38:21 +00:00

chore: update engine spec in package.json

Package installation fails with node-gyp building on node versions >= 12.0.0.
This commit is contained in:
emizzle 2020-04-07 10:03:23 +10:00 committed by Jakub Sokołowski
parent 3eea461d27
commit 45e7c84962
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -41,5 +41,8 @@
"gulp-unique-files": "^0.1.2",
"gulp-useref": "^4.0.0",
"rename": "^1.0.4"
},
"engines": {
"node": ">=8.10.0 <12.0.0"
}
}