mirror of
https://github.com/flynx/colors.js.git
synced 2025-10-29 19:10:10 +00:00
[dist] Use new syntax for engines in package.json
This commit is contained in:
parent
d1eab2c1dc
commit
4b71bfe233
@ -7,8 +7,8 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "http://github.com/Marak/colors.js.git"
|
"url": "http://github.com/Marak/colors.js.git"
|
||||||
},
|
},
|
||||||
"engine": [
|
"engines": {
|
||||||
"node >=0.1.90"
|
"node": ">=0.1.90"
|
||||||
],
|
},
|
||||||
"main": "colors"
|
"main": "colors"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user