mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-04-14 08:39:33 +03:00
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:
parent
9cee719fcb
commit
160b5d2bec
@ -43,5 +43,8 @@
|
|||||||
"posttest": "npm run postpublish",
|
"posttest": "npm run postpublish",
|
||||||
"svgo": "svgo --config=./.svgo.yml",
|
"svgo": "svgo --config=./.svgo.yml",
|
||||||
"get-filename": "node scripts/get-filename.js"
|
"get-filename": "node scripts/get-filename.js"
|
||||||
|
},
|
||||||
|
"engine": {
|
||||||
|
"node": ">=0.12.18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user