wavded / ogre

ogr2ogr geojson-focused web client
http://ogre.adc4gis.com
MIT License
266 stars 79 forks source link

Change dependency from Jade to Pug #68

Closed dericke closed 7 years ago

dericke commented 7 years ago

jade has been renamed to pug and the old name deprecated. jade itself depends on deprecated packages. as well. Changing the dependency in package.json should resolve this, though I'm not sure if it may cause problems. According to the package page, pug 2.x introduces breaking changes which should be investigated before making changes.

wavded commented 7 years ago

@dericke it does introduce some breaking changes but should be easy to solve especially since there isn't much jade to begin with. I'd welcome a PR if you want to tackle it.

dericke commented 7 years ago

Cool, I'll have a crack at it when I get a chance. Might not be for a week or so.

wavded commented 7 years ago

@dericke FYI: I found some time and went ahead and updated this as well as the other dependencies.

dericke commented 7 years ago

Great, thanks!