easy-react-state
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "easy-react-state", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Fun to use state management library for your awesome React app", | ||
@@ -5,0 +5,0 @@ "author": "ombori", |
@@ -15,18 +15,8 @@ # easy-react-state | ||
```tsx | ||
import * as React from 'react' | ||
## License | ||
import MyComponent from 'easy-react-state' | ||
MIT © [ombori](https://github.com/ombori) | ||
class Example extends React.Component { | ||
render () { | ||
return ( | ||
<MyComponent /> | ||
) | ||
} | ||
} | ||
``` | ||
## License | ||
MIT © [ombori](https://github.com/ombori) | ||
``` |
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
242849
22