Skip to content

Commit 81edf04

Browse files
roger2hka8m
authored andcommitted
Fix: bower dependency on angular
1 parent b55dc14 commit 81edf04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/a8m/angular-filter.git"
1010
},
1111
"dependencies": {
12-
"angular": "1.4.3"
12+
"angular": ">=1.4.3"
1313
},
1414
"devDependencies": {
1515
"angular-mocks": "1.4.3"
@@ -27,4 +27,4 @@
2727
"travis.yml",
2828
".bowercc"
2929
]
30-
}
30+
}

0 commit comments

Comments
 (0)