strdr4605 / mockingcase

node package that converts a string to mOcKiNgCaSe
https://npm.im/@strdr4605/mockingcase
ISC License
76 stars 23 forks source link

Fix package to work from CDN #51

Closed strdr4605 closed 5 years ago

strdr4605 commented 5 years ago

This error is showing up when the package is used from CDN image Possible CDNs to work with:

site CDN
https://unpkg.com https://unpkg.com/mockingcase@1.9.1/index.js
https://www.jsdelivr.com https://cdn.jsdelivr.net/npm/mockingcase@1.9.1/index.min.js

DO TO:

maxrumsey commented 5 years ago

We could just replace the last line of index.js with the following:

if (typeof module !== 'undefined') module.exports = mOcKiNgCaSe
strdr4605 commented 5 years ago

@maxrumsey, You can take this issue if you want to contribute :blush: