From 154caee4d7676b6dad9a7a553ae4f094116d15b5 Mon Sep 17 00:00:00 2001 From: Stargator Date: Fri, 17 Jul 2015 22:58:15 -0400 Subject: [PATCH] Pulling AngularJS verson down to 1.2.x and added tmp dependency AngularJS 1.3 seems to break the build - so changed versions in bower.json to ~1.2.x No tmp dependency defined in package.json - It **has to be 0.0.23** otherwise any higher and the build breaks --- bower.json | 8 ++++---- package.json | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 09607ea..8159040 100644 --- a/bower.json +++ b/bower.json @@ -25,10 +25,10 @@ "tests" ], "devDependencies": { - "angular": "~1.3.x", - "angular-route": "~1.3.x", - "angular-mocks": "~1.3.x", - "angular-scenario": "~1.3.x", + "angular": "~1.2.x", + "angular-route": "~1.2.x", + "angular-mocks": "~1.2.x", + "angular-scenario": "~1.2.x", "jquery": "~2.0.3", "angular-translate": "^2.0.1" } diff --git a/package.json b/package.json index a569280..2124cf4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,8 @@ "grunt-jsbeautifier": "~0.2.3", "grunt-replace": "~0.5.1", "grunt-contrib-jshint": "~0.6.3", - "grunt-yui-compressor": "~0.3.0" + "grunt-yui-compressor": "~0.3.0", + "tmp": "0.0.23" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"