intl-format-cache
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.2.6](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.5...intl-format-cache@2.2.6) (2019-05-31) | ||
**Note:** Version bump only for package intl-format-cache | ||
## [2.2.5](https://github.com/formatjs/formatjs/compare/intl-format-cache@2.2.4...intl-format-cache@2.2.5) (2019-05-29) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -14,3 +14,2 @@ "main": "index.js", | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"prettier": "prettier --write {src,tests}/*.ts", | ||
"test": "TS_NODE_PROJECT='tests/tsconfig.json' mocha -r ts-node/register -r source-map-support/register -r chai/register-expect tests/index.ts --reporter spec" | ||
@@ -33,9 +32,6 @@ }, | ||
"devDependencies": { | ||
"intl-messageformat": "^3.1.3", | ||
"intl-messageformat": "^3.1.4", | ||
"intl-relativeformat": "^2.2.0" | ||
}, | ||
"prettier": { | ||
"singleQuote": true | ||
}, | ||
"gitHead": "26fee81740653f1adfdf7737634ed71429dc5d62" | ||
"gitHead": "bbad0e2e238bf2727bf618eaa8490d945f5725d7" | ||
} |
Sorry, the diff of this file is not supported yet
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
102513
16
241