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

Commit 7694be6

Browse files
committed
Use ~ for bower dependencies to allow minor version updates
1 parent af36a67 commit 7694be6

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
@@ -4,8 +4,8 @@
44
"main": ["./angularfire.js", "./angularfire.min.js"],
55
"ignore": ["Gruntfile.js", "package.js", "tests", "README.md", ".travis.yml"],
66
"dependencies": {
7-
"angular": "<=1.2.0",
8-
"angular-mocks" : "<=1.2.0",
7+
"angular": "~1.2.0",
8+
"angular-mocks" : "~1.2.0",
99
"observe-js": "https://github.com/jeffbcross/observe-js.git"
1010
}
1111
}

0 commit comments

Comments
 (0)