Add minimum NodeJS version requirement to package.json (#3979)

* Add minimum NodeJS version requirement to package.json

* Update package.json
This commit is contained in:
Álvaro Mondéjar 2020-11-21 14:33:04 +01:00 committed by GitHub
parent 9cee719fcb
commit 160b5d2bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,5 +43,8 @@
"posttest": "npm run postpublish",
"svgo": "svgo --config=./.svgo.yml",
"get-filename": "node scripts/get-filename.js"
},
"engine": {
"node": ">=0.12.18"
}
}