formatjs-helper
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "formatjs-helper", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "FormatJSHelper is a simple wrapper for your localization message data that makes working with data in the formats needed by FormatJS easy.", | ||
@@ -5,0 +5,0 @@ "main": "formatjs_helper.js", |
@@ -7,5 +7,5 @@ # FormatJSHelper | ||
To start, create an instance of the class with your message data (formatted according to [ICU Message Syntax](http://userguide.icu-project.org/formatparse/messages)) as the single parameter: | ||
To start, initialize the object with your message data (formatted according to [ICU Message Syntax](http://userguide.icu-project.org/formatparse/messages)) as the single parameter: | ||
var formatJSHelper = new FormatJSHelper({ | ||
formatJSHelper.initialize({ | ||
locales: 'en-US', | ||
@@ -37,3 +37,3 @@ messages: {...} | ||
jasmine | ||
npm test | ||
@@ -40,0 +40,0 @@ ## License |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7986