@transifex/react
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@transifex/react", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Transifex Native for React", | ||
@@ -37,3 +37,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@transifex/native": "^0.1.0", | ||
"@transifex/native": "^0.2.0", | ||
"prop-types": "^15.0.0", | ||
@@ -45,3 +45,3 @@ "react": "^16.0.0" | ||
"@testing-library/react": "^10.4.7", | ||
"@transifex/native": "^0.2.0", | ||
"@transifex/native": "^0.2.1", | ||
"eslint": "^6.6.0", | ||
@@ -48,0 +48,0 @@ "eslint-config-airbnb": "^18.2.0", |
@@ -7,3 +7,3 @@ # Transifex Native for React | ||
* [@transifex/native](https://www.npmjs.com/package/@transifex/native) | ||
* [@transifex/cli](https://www.npmjs.com/package/@transifex/native) | ||
* [@transifex/cli](https://www.npmjs.com/package/@transifex/cli) | ||
@@ -19,5 +19,5 @@ ## Install | ||
```jsx | ||
import React, { Component } from 'react' | ||
import React, { Component } from 'react'; | ||
import T from '@transifex/react' | ||
import { T } from '@transifex/react'; | ||
@@ -44,3 +44,3 @@ class Example extends Component { | ||
</div> | ||
) | ||
); | ||
} | ||
@@ -47,0 +47,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
10973