From dda3f3f060a94b1a402c745a4312a9b108774b93 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 10 Feb 2016 08:58:17 +0100 Subject: [PATCH] [Backport] 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 1846ba06..3fdfcc74 100644 --- a/bower.json +++ b/bower.json @@ -55,7 +55,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 7d326400..ed924a9d 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",