messageformat
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.2.1](https://github.com/messageformat/messageformat/compare/messageformat@2.2.0...messageformat@2.2.1) (2019-05-18) | ||
### Bug Fixes | ||
* Fix browser field in messageformat/package.json ([341bc6f](https://github.com/messageformat/messageformat/commit/341bc6f)) | ||
# [2.2.0](https://github.com/messageformat/messageformat/compare/messageformat@2.1.0...messageformat@2.2.0) (2019-05-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "messageformat", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "PluralFormat and SelectFormat Message and i18n Tool - A JavaScript Implemenation of the ICU standards.", | ||
@@ -23,2 +23,3 @@ "keywords": [ | ||
"main": "index.js", | ||
"browser": "./messageformat.js", | ||
"files": [ | ||
@@ -90,7 +91,3 @@ "index.d.ts", | ||
"build": "webpack --mode production" | ||
}, | ||
"browser": { | ||
"fs": false | ||
}, | ||
"gitHead": "6bf6b1de2df35276f2453b6b1173332513267e82" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
310420
2