panzerdp / voca

The ultimate JavaScript string library
https://vocajs.pages.dev
MIT License
3.6k stars 137 forks source link

Change required for v1.4.1 #63

Open u01jmg3 opened 1 year ago

u01jmg3 commented 1 year ago

Just a note for your v1.4.1 release notes - I had to make the following change:

// v1.4.0
window.v = require('voca');

// v1.4.1
window.v = require('voca').default;