diff --git a/package.json b/package.json index a0e67ca38..63d280e94 100644 --- a/package.json +++ b/package.json @@ -9,17 +9,15 @@ "grunt-contrib-copy": "~0.4.1", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", - "grunt-sass": "~0.18.0", + "grunt-sass": "1.0.0", "grunt-string-replace": "~0.2.7", - "node-sass": "~2.0.1" + "node-sass": "3.2.0", + "time-grunt": "^1.1.0" }, "repository": { "type": "git", "url": "https://github.com/olefredrik/FoundationPress.git" }, - "dependencies": { - "time-grunt": "^1.1.0" - }, "scripts": { "build": "grunt build", "grunt": "grunt",