@formatjs/intl-relativetimeformat
Advanced tools
Comparing version 2.5.1 to 2.5.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.1...@formatjs/intl-relativetimeformat@2.5.2) (2019-08-06) | ||
### Bug Fixes | ||
* generate .mjs instead of lib ([0c34ee4](https://github.com/formatjs/formatjs/commit/0c34ee4)) | ||
## [2.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@2.5.0...@formatjs/intl-relativetimeformat@2.5.1) (2019-08-02) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@formatjs/intl-relativetimeformat", | ||
"version": "2.5.1", | ||
"version": "2.5.2", | ||
"description": "Formats JavaScript dates to relative time strings.", | ||
@@ -23,10 +23,11 @@ "keywords": [ | ||
"devDependencies": { | ||
"formatjs-extract-cldr-data": "^9.3.2" | ||
"formatjs-extract-cldr-data": "^9.3.3" | ||
}, | ||
"main": "index.js", | ||
"module": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"main": "dist/index", | ||
"types": "dist/index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
"clean": "rimraf dist lib", | ||
"compile": "tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js", | ||
"mjs": "find ./dist -depth -name \"*.js\" -exec sh -c 'f=\"{}\"; mv -- \"$f\" \"${f%.js}.mjs\"' \\;", | ||
"compile": "tsc && npm run mjs && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js", | ||
"build": "npm run cldr && npm run compile", | ||
@@ -38,3 +39,3 @@ "cldr": "node scripts/cldr", | ||
"license": "MIT", | ||
"gitHead": "246da4f1776326cc7ebbbb367ab88adf9f4c813f" | ||
"gitHead": "5712b2950f1ca82c7ea987a88a490a28157838fc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Yes
20879540
254
41729