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",