[dist] Use new syntax for engines in package.json

This commit is contained in:
Maciej Małecki 2011-09-25 11:12:12 +02:00
parent d1eab2c1dc
commit 4b71bfe233

View File

@ -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"
} }