ionic-team / ionic-v1

The repo for Ionic 1.x. For the latest version of Ionic, please see https://github.com/ionic-team/ionic
Other
192 stars 187 forks source link

Dependency resolve issue #348

Open djwagner-cbc opened 6 years ago

djwagner-cbc commented 6 years ago

My ionic 1.x project uses bower to load libraries. It had a line like: "ionic": "ionic#1.3.2", I had to change it to "ionic": "ionic-v1#master", for my project to get the latest ionic needed for the new iPhone. This causes all my dependent libraries to load an older version of ionic since they have lines like "ionic" "ionic#~1.2.5" that do not recognize ionic-v1 as just a newer version. Why is this newer 1.x version on a different github site? Is there a way to configure bower so it knows that ionic-v1#master is just a newer version of ionic#1.x