Skip to content

Commit d5d9691

Browse files
committed
fix build via angular resolution to ~1.4.0
1 parent 2f418ac commit d5d9691

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,16 @@
2020
"angular"
2121
],
2222
"dependencies": {
23-
"angular": ">=1.2"
23+
"angular": "~1.4.0"
2424
},
2525
"devDependencies": {
2626
"jquery": "~2.1.1",
2727
"bootstrap": "~3.3.0",
28-
"angular-mocks": "*",
28+
"angular-mocks": "~1.4.0",
2929
"angular-ui-router": "~0.2.11",
3030
"angular-translate": "^2.9.0"
31+
},
32+
"resolutions": {
33+
"angular": "~1.4.0"
3134
}
3235
}

0 commit comments

Comments
 (0)