diff --git a/bower.json b/bower.json index 9a1cc2a..561f1d7 100644 --- a/bower.json +++ b/bower.json @@ -4,7 +4,7 @@ "dependencies": { "jquery": "~2.1.3", "jquery-ui": "~1.11.2", - "js-cookie": "~1.4.1" + "jquery-cookie": "~1.4.1" }, "devDependencies": { "mocha": "~2.3.3", diff --git a/package.json b/package.json index 134a2cb..b385660 100644 --- a/package.json +++ b/package.json @@ -26,8 +26,8 @@ "bower": "^1.5.3", "grunt": "~0.4.5", "grunt-cli": "^0.1.13", - "grunt-contrib-clean": "^0.6.0", - "grunt-contrib-concat": "^0.5.0", + "grunt-contrib-clean": "~0.6.0", + "grunt-contrib-concat": "~0.5.0", "grunt-contrib-connect": "~0.11.0", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-jshint": "~0.11.0",