mapbox/martini

Bundled/Minified file still named `martin.js`

kylebarron opened this issue · 3 comments

Awesome library; I love your work! When installed from NPM, there's the main index.js file and also bundled martin.js and martin.min.js. It looks like the rollup config is still set to those names:

martini/rollup.config.js

Lines 15 to 16 in f87ad03

config('martin.js'),
config('martin.min.js', [terser()])

Did you mean to rename those to Martini too?

Respectfully bumping this issue, as both the "main" and "unpkg" key in package.json point to files named: "martini", which (as stated in the summary) don't exist, breaking redirection/inclusion:

Apologies for the late response, just published v0.2.0 with the change. https://unpkg.com/@mapbox/martini@0.2.0/martini.min.js

Thank you!