Hey,
I ran
ionic start myApp tabs
a couple weeks ago and downloaded the base app and started working on it. I recently noticed the github version of the base app has bower.json and a few other files that allow you to change the Ionic version running with the app. I want to make sure I’m running the latest, but I don’t have a bower.json file in my proj (this file was added 12 days ago).
How do I update the project without affecting my code? Do I just download the bower.json file and edit it or do I run some command to do this?