Skip to content

Commit 97707b4

Browse files
author
Yago Ferrer
committed
Prevent bower.json from forcing a specific version for angular.js
1 parent 8db5f14 commit 97707b4

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
@@ -3,11 +3,11 @@
33
"version": "1.1.0-SNAPSHOT",
44
"main": "./dist/angular-google-maps.js",
55
"dependencies": {
6-
"angular": "1.2.8",
6+
"angular": "~1.2.8",
77
"underscore": "~1.5.2"
88
},
99
"devDependencies": {
10-
"angular-mocks": "1.2.8",
10+
"angular-mocks": "~1.2.8",
1111
"jquery": "2.0.3"
1212
}
1313
}

0 commit comments

Comments
 (0)