twinssbc / Ionic-Calendar

A calendar directive for Ionic framework
http://twinssbc.github.io/Ionic-Calendar/demo
MIT License
159 stars 73 forks source link

Malformed bower file #1

Closed Manduro closed 9 years ago

Manduro commented 9 years ago

Thanks for releasing your Ionic version.

I've noticed a missing comma in the bower file. This causes bower to throw an error on installation. Easy fix: add a comma behind the ionic dependency ;)

    "dependencies": {
        "angular": "~1.2",
        "ionic": "~1.1.1"
        "bootstrap": "~3.0.3"
    },
twinssbc commented 9 years ago

@Manduro actually I haven't registered this lib on bower, I will do it during the weekend

Manduro commented 9 years ago

@twinssbc Yes I noticed, that's fine. This just fixes the bower file so in the meantime it can be added using bower install twinssbc/Ionic-calendar.

Manduro commented 9 years ago

Fixed with #2.