Xunnamius / babel-plugin-explicit-exports-references

⚡ Transforms all internal references to a module's exports such that each reference starts with "module.exports" instead of directly referencing an internal name.
https://npm.im/babel-plugin-explicit-exports-references
MIT License
20 stars 4 forks source link

License? #1

Closed daetal-us closed 3 years ago

daetal-us commented 3 years ago

Aloha! Thank you for crafting this plugin. Extremely helpful. I was just curious if you had a particular license file in mind/plan to add to repo?

Xunnamius commented 3 years ago

@daetal-us Glad you found it useful! The license info should be available at the root of the repo. tl;dr it's public domain :)

daetal-us commented 3 years ago

Whoops ;)