Skip to content

Commit 0482060

Browse files
committed
Revert "fix build via angular resolution to ~1.4.0"
This reverts commit d5d9691.
1 parent e43efcf commit 0482060

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bower.json

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

0 commit comments

Comments
 (0)