From 7bab15b5ca6e34cb15539ba75219f21c73dcfc85 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 10 Feb 2016 08:58:17 +0100 Subject: [PATCH] force angular mocks 1.4.7 --- bower.json | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0ecb935a..400a03c8 100644 --- a/bower.json +++ b/bower.json @@ -54,7 +54,6 @@ "angular-animate": "1.4.7", "angular-aria": "1.4.7", "angular-sanitize": "1.4.7", - "angular-mocks": "1.4.7", "checksley": "~0.6.0", "jquery": "~2.1.1", "select2": "~3.4.8", diff --git a/package.json b/package.json index 708e20fb..5e4eb334 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "e2e": "node ./node_modules/babel/bin/babel-node.js --stage=1 ./run-e2e.js" }, "devDependencies": { - "angular-mocks": "^1.4.7", + "angular-mocks": "1.4.7", "babel": "^5.6.5", "bluebird": "^3.0.2", "chai": "^3.3.0",