diff --git a/package.json b/package.json index 1c2018bf20..03b417ff68 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ } }, "devDependencies": { + "almond": "~0.3.1", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-concat": "^0.4.0", @@ -57,10 +58,9 @@ "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.0", "grunt-sass": "^1.0.0", + "jquery-mousewheel": "~3.1.13", "node-sass": "^4.5.3" }, "dependencies": { - "almond": "~0.3.1", - "jquery-mousewheel": "~3.1.13" } }