From cda9ed7e80db07131725997ab6a7f8e0454ad895 Mon Sep 17 00:00:00 2001 From: einaros Date: Thu, 14 Jun 2012 13:40:59 +0200 Subject: [PATCH] move tinycolor from devdeps to deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a8bfc5a43..3d4823552 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ }, "dependencies": { "commander": "0.5.x", + "tinycolor": "0.x", "options": "latest" }, "devDependencies": { @@ -29,7 +30,6 @@ "should": "0.6.x", "expect.js": "0.1.x", "benchmark": "0.3.x", - "tinycolor": "0.x", "ansi": "latest" } }