strongloop / strong-globalize

strong-globalize is built on Unicode CLDR and jquery/globalize and implements automatic extraction of strings from JS source code and HTML templates, lint the string resource, machine-translate them in seconds. In runtime, it loads locale and string resource into memory and provides a hook to persistent logging.
Other
25 stars 16 forks source link

Fix browser support #135

Closed bajtos closed 6 years ago

bajtos commented 6 years ago

Fix runtime/package.json to use the top-level browser.js providing wrapper factory function instead of lib/browser.js which exports only ES6 class.

The bug was discovered by https://github.com/strongloop/strong-remoting/pull/446.

@raymondfeng please review. If the changes look good to you, then please go ahead with merging this patch and publishing a new version to npmjs.org. Thank you! 🙇