MazeMap / Leaflet.TileLayer.PouchDBCached

A Leaflet tile layer which caches into PouchDB for offline use
MIT License
207 stars 68 forks source link

Update bower.json? #16

Closed kentr closed 7 years ago

kentr commented 8 years ago

The latest Leaflet.TileLayer.PouchDBCached uses Leaflet 1.0-beta1, right?

Does it make sense to update bower.json?

Currently:

  "dependencies": {
    "leaflet": "~0.7.3",
    "pouchdb": "~3.3.1"
  }
IvanSanchez commented 7 years ago

This project does not use a bower.json file. Given that most devs are phasing out Bower in favour of NPM/yarn, I'd rather let it stay that way.