Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit f08d9f1

Browse files
committed
fallback to ngMock 1.4.x until angular/angular.js#13542 is fixed
1 parent 039eb95 commit f08d9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"iojs": ">= 3.0.0"
2222
},
2323
"devDependencies": {
24-
"angular": ">=1.5.0-rc.0",
25-
"angular-mocks": ">=1.5.0-rc.0",
24+
"angular": "~1.4.9",
25+
"angular-mocks": "~1.4.9",
2626
"babel-core": "^5.8.25",
2727
"babel-loader": "^5.3.2",
2828
"babel-runtime": "^5.8.25",

0 commit comments

Comments
 (0)