diff --git a/bower.json b/bower.json index 02a229e..6966870 100644 --- a/bower.json +++ b/bower.json @@ -13,6 +13,10 @@ "dependencies": { "modernizr": "2.7.1" }, + "devDependencies": { + "qunit": "1.16.0", + "requirejs": "2.1.15" + }, "keywords": [ "detect", "determine", diff --git a/package.json b/package.json index 6f55518..a5efc54 100644 --- a/package.json +++ b/package.json @@ -55,9 +55,7 @@ "grunt-jscs": "1.1.0", "grunt-jsonlint": "1.0.4", "gzip-js": "0.3.2", - "load-grunt-tasks": "2.0.0", - "qunit": "1.16.0", - "requirejs": "2.1.15" + "load-grunt-tasks": "2.0.0" }, "scripts": { "build": "npm install && grunt",