neocotic / yourls-api

JavaScript bindings for the YOURLS API
https://neocotic.com/yourls-api
MIT License
24 stars 8 forks source link

Runtime dependencies should not be under devDependencies #14

Open neocotic opened 7 years ago

neocotic commented 7 years ago

Currently, since most consumers of this library will be using dist/yourls.js or dist/yourls.min.js this doesn't really matter as runtime dependencies are bundled with this library, but oopsy is under "devDependencies". This means that those importing YOURLS API as an ES6 module will be hitting issues as we haven't declared it properly.

neocotic commented 7 years ago

The fix for this was committed under faf6edf. I forgot to :label: the commit, sorry.