@transifex/react
Advanced tools
Comparing version 0.11.2 to 0.12.1
{ | ||
"name": "@transifex/react", | ||
"version": "0.11.2", | ||
"version": "0.12.1", | ||
"description": "Transifex Native for React", | ||
@@ -25,6 +25,7 @@ "keywords": [ | ||
"prepare": "run-s build", | ||
"test": "run-s test:unit test:lint test:build", | ||
"lint": "eslint src/ tests/", | ||
"test": "run-s test:unit test:build", | ||
"test:build": "run-s build", | ||
"test:lint": "eslint src", | ||
"test:unit": "jest --coverage=true --forceExit" | ||
"test:unit": "jest --coverage=true --forceExit", | ||
"publish-npm": "npm publish" | ||
}, | ||
@@ -38,3 +39,3 @@ "bugs": { | ||
"peerDependencies": { | ||
"@transifex/native": "^0.11.0", | ||
"@transifex/native": "^0.11.0 || ^0.12.0", | ||
"prop-types": "^15.0.0", | ||
@@ -46,3 +47,3 @@ "react": "^16.0.0 || ^17.0.0" | ||
"@testing-library/react": "^10.4.9", | ||
"@transifex/native": "^0.11.2", | ||
"@transifex/native": "^0.12.1", | ||
"eslint": "^6.6.0", | ||
@@ -49,0 +50,0 @@ "eslint-config-airbnb": "^18.2.0", |
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
42462