Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,8 @@ # Change Log | ||
<a name="1.0.2"></a> | ||
## [1.0.2](https://github.com/zerkalica/lom_atom/compare/v1.0.1...v1.0.2) (2018-03-06) | ||
<a name="1.0.1"></a> | ||
## 1.0.1 (2018-03-06) |
{ | ||
"name": "urc", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Universal react connect decorator builder", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
// @flow | ||
import type {IReactAtom, IReactHost} from './createConnect' | ||
export {default as createConnect} from './createConnect' | ||
export type { | ||
IReactHost, | ||
IReactAtom | ||
} |
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
59075
765