From 4b71bfe233acad319ceea873e6ccf06f3fd06afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Sun, 25 Sep 2011 11:12:12 +0200 Subject: [PATCH] [dist] Use new syntax for engines in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bda1876..99bb0db 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "type": "git", "url": "http://github.com/Marak/colors.js.git" }, - "engine": [ - "node >=0.1.90" - ], + "engines": { + "node": ">=0.1.90" + }, "main": "colors" }