Skip to content

Commit

Permalink
fix(libraries): Updated bower.json with AngularJS latest stable version:
Browse files Browse the repository at this point in the history
  • Loading branch information
tombatossals committed Jul 3, 2015
1 parent be7a2a0 commit 50ec972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dist/angular-leaflet-directive.js"
],
"dependencies": {
"angular": "1.3.x",
"angular": "1.4.x",

This comment has been minimized.

Copy link
@nmccready

nmccready Jul 5, 2015

Contributor

Can this be > 1.3.X? Otherwise 1.4.X will force everyone to be on 1.4. ideally anything less than 2.0.0 is what people will want.

"leaflet": "0.7.x",
"font-awesome": "~4.3.x"
},
Expand All @@ -23,9 +23,9 @@
"semantic-ui": "*",
"bootstrap": "*",
"prism": "*",
"angular-route": "1.3.x",
"angular-animate": "1.3.x",
"angular-mocks": "1.3.x",
"angular-route": "1.4.x",
"angular-animate": "1.4.x",
"angular-mocks": "1.4.x",
"leaflet.markercluster": "*",
"leaflet.draw": "*",
"Leaflet.label": "*",
Expand Down

1 comment on commit 50ec972

@tombatossals
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yess, good point. I'm sending a new PR with this.

Please sign in to comment.