react-polymorphic-box
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,2 +5,8 @@ # Changelog | ||
### [2.0.3](https://github.com/kripod/react-polymorphic-box/compare/v2.0.2...v2.0.3) (2020-07-09) | ||
### Bug Fixes | ||
- module typings path ([4dce4de](https://github.com/kripod/react-polymorphic-box/commit/4dce4de84d6a74bf4520e1fd4a2d83b7c5b6002f)) | ||
### [2.0.2](https://github.com/kripod/react-polymorphic-box/compare/v2.0.1...v2.0.2) (2020-07-09) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name": "react-polymorphic-box", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Building blocks for strongly typed polymorphic components in React.", | ||
@@ -25,3 +25,3 @@ "keywords": [ | ||
"module": "./dist/esm/bundle.min.mjs", | ||
"types": "./dist/esm/bundle.d.ts", | ||
"types": "./dist/esm/bundle.min.d.ts", | ||
"files": [ | ||
@@ -28,0 +28,0 @@ "dist/", |
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
16446