diff --git a/package.json b/package.json index 8ea3aa89849874897d425384c921131596734dd4..c37cfbc54e713a854521b976988632de1c6942fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vufind", - "version": "6.1.2", + "version": "6.1.0", "description": "Dev tools to handle css preprocessing, js magic, and compression", "repository": { "type": "git", @@ -10,15 +10,14 @@ "url": "https://vufind.org/jira" }, "dependencies": { - "grunt": "^1.0.0", - "grunt-cli": "^1.2.0", - "grunt-contrib-less": "1.3.0", + "grunt": "^1.0.4", + "grunt-contrib-less": "^2.0.0", "grunt-less-to-sass": "duvillierA/grunt-less-to-sass#0.0.11", "grunt-sass": "^2.0.0", "jit-grunt": "^0.9.1", "node-sass": "^4.11.0" }, "devDependencies": { - "grunt-contrib-watch": "~0.6.1" + "grunt-contrib-watch": "^1.1.0" } }