From d06a23452baa7c329163fb7ba9b26b59bdb2b648 Mon Sep 17 00:00:00 2001 From: Rob Levin Date: Mon, 29 Sep 2014 22:02:43 -0700 Subject: [PATCH] Invalid json --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 142aa28..0bb169e 100644 --- a/package.json +++ b/package.json @@ -15,12 +15,12 @@ ], "scripts": { "test": "grunt travis --verbose" - } + }, "license": "Apache License, Version 2.0", "bugs": { "url": "https://github.com/alexwolfe/Buttons/issues" }, - "dependencies": { + "devDependencies": { "grunt-autoprefixer": "^0.8.1", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.8.0", @@ -30,5 +30,8 @@ "grunt-contrib-sass": "^0.7.4", "grunt-contrib-watch": "^0.6.1", "grunt-saucelabs": "^8.3.2" + }, + "dependencies": { + "grunt-saucelabs": "^8.3.2" } }