mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 09:54:11 +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",
|
||||
"svgo": "svgo --config=./.svgo.yml",
|
||||
"get-filename": "node scripts/get-filename.js"
|
||||
},
|
||||
"engine": {
|
||||
"node": ">=0.12.18"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user