From f27e5abb59676ce08d802ede97f90a3c4dab359c Mon Sep 17 00:00:00 2001 From: Joe Workman Date: Thu, 7 Aug 2014 10:28:03 -0700 Subject: [PATCH] Revert package.json reverted some of the non-required changes made to package.json to see if it will fix the build. --- package.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0b81cb574..dc8cad44b 100755 --- a/package.json +++ b/package.json @@ -10,14 +10,14 @@ "grunt-contrib-connect": "~0.7.1", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-jasmine": "~0.6.3", - "grunt-contrib-jst": "~0.5.1", + "grunt-contrib-jst": "~0.6.0", "grunt-contrib-uglify": "~0.4.0", "grunt-contrib-watch": "~0.6.1", + "grunt-string-replace": "~0.2.7", "grunt-karma": "~0.6.2", "grunt-newer": "~0.7.0", - "grunt-rsync": "~0.2.1", - "grunt-sass": "~0.11.0", - "grunt-string-replace": "~0.2.7", + "grunt-rsync": "~0.5.0", + "grunt-sass": "~0.13.0", "handlebars-helper-rel": "~0.1.2", "handlebars-helper-slugify": "~0.2.0", "highlight.js": "~7.3.0", @@ -31,11 +31,15 @@ "karma-jasmine": "~0.1.3", "karma-phantomjs-launcher": "~0.1.0", "karma-safari-launcher": "~0.1.1", - "karma-script-launcher": "~0.1.0" + "karma-script-launcher": "~0.1.0", + "grunt-karma": "~0.6.2", + "grunt-rsync": "~0.2.1", + "grunt-contrib-jst": "~0.5.1", + "jasmine-jquery": "~1.3.3" }, - "repository": { - "type": "git", - "url": "https://github.com/zurb/foundation" + "repository" : { + "type" : "git", + "url" : "https://github.com/zurb/foundation" }, "keywords": [ "handlebars-helper-rel", -- 2.47.2