From e31f7c055d0fa3512c90504b5572f1cca2d9ba58 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 13 Oct 2012 21:19:50 +0200 Subject: [PATCH] dependencies -> devDependencies --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 877682033..45c842da1 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,14 @@ "author": "Nicolas Stepien ", "description": "Cross-browser userscript for maximum lurking on 4chan.", "scripts": { - "test": "grunt test --verbose" + "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/MayhemYDG/4chan-x.git" }, - "dependencies": { + "devDependencies": { + "grunt": "0.3.x", "grunt-bump": "0.0.x", "grunt-contrib-clean": "0.3.x", "grunt-contrib-coffee": "0.3.x", @@ -18,9 +19,6 @@ "grunt-image-embed": "0.0.x", "qunitjs": "1.x.x" }, - "devDependencies": { - "grunt": "0.3.x" - }, "license": "MIT", "engines": { "node": ">=0.8"