Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 61b9938

Browse files
committed
Match Angular 1.3 and above
1 parent 21831d1 commit 61b9938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"!LICENSE"
2626
],
2727
"dependencies": {
28-
"angular": "1.3.x || 1.4.x",
28+
"angular": "^1.3.0",
2929
"firebase": "2.x.x"
3030
}
3131
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"package.json"
2828
],
2929
"dependencies": {
30-
"angular": "1.3.x || 1.4.x",
30+
"angular": "^1.3.0",
3131
"firebase": "2.x.x"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)