terra-i18n
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -7,2 +7,7 @@ Changelog | ||
2.2.0 - (March 6, 2018) | ||
------------------ | ||
### Removed | ||
* Removed props-table script from package.json | ||
2.1.0 - (February 26, 2018) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -15,3 +15,3 @@ # Dependency Information | ||
| babel-jest | ^19.0.0 | -- | [Babel](https://github.com/babel/babel) [jest](https://github.com/facebook/jest) plugin | | ||
| terra-props-table | ^2.0.0 | ^16.2.0 | terra-props-table | | ||
| terra-props-table | ^2.1.0 | ^16.2.0 | terra-props-table | | ||
@@ -18,0 +18,0 @@ ## peerDependencies |
{ | ||
"name": "terra-i18n", | ||
"main": "lib/I18n.js", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand.", | ||
@@ -24,4 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"babel-jest": "^19.0.0", | ||
"terra-props-table": "^2.1.0" | ||
"babel-jest": "^19.0.0" | ||
}, | ||
@@ -44,3 +43,2 @@ "peerDependencies": { | ||
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"props-table": "props-table ./src/I18nProvider.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
@@ -47,0 +45,0 @@ "test:jest": "jest ./tests/jest/* --config ../../jestconfig.json", |
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
1
46017