terra-i18n
Advanced tools
Comparing version 2.27.0 to 2.28.0
@@ -7,2 +7,7 @@ Changelog | ||
2.27.0 - (November 13, 2018) | ||
------------------ | ||
### Changed | ||
* Minor dependency version bump | ||
2.26.0 - (November 9, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "2.27.0", | ||
"version": "2.28.0", | ||
"description": "The terra-i18n package provides on-demand internationalization of React components.", | ||
@@ -43,6 +43,6 @@ "repository": { | ||
"react-intl": "^2.4.0", | ||
"terra-doc-template": "^1.20.0" | ||
"terra-doc-template": "^1.21.0" | ||
}, | ||
"scripts": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile": "npm run compile:clean && npm run compile:build && tt-pack", | ||
"compile:clean": "rimraf lib", | ||
@@ -49,0 +49,0 @@ "compile:build": "babel src --out-dir lib --copy-files", |
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
112315
Updatedterra-doc-template@^1.21.0