Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint authored Apr 4, 2017
1 parent 78eb6be commit 73941fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "moment-timezone",
"description" : "Parse and display moments in any timezone.",
"license" : "MIT",
"main": "builds/moment-timezone-with-data-2010-2020.js",
"main": "builds/moment-timezone-with-data-2012-2022.js",
"dependencies" : {
"moment" : ">= 2.6.0"
"moment" : ">= 2.9.0"
},
"ignore": [
"**/.*",
Expand Down

2 comments on commit 73941fd

@Restuta
Copy link

@Restuta Restuta commented on 73941fd May 18, 2017

Choose a reason for hiding this comment

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

@mj1856 this is actually a braking change with a minor version bump, for teams like ours it broke builds 😢

since we bundled mentioned JS file as part of our production build and in package.json we had ^0.5.4 expecting only bug-fixes to go in.

@Restuta
Copy link

Choose a reason for hiding this comment

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

Imo builds should output both files for a minor version bump or it should be a 0.6.0 or so

Please sign in to comment.