Comparing version 1.1.2 to 1.1.3
@@ -5,2 +5,8 @@ # Changelog | ||
## [1.1.3] 2017-10-31 | ||
### Fixed | ||
Exporting `Styler` type, except actually. | ||
## [1.1.2] 2017-10-31 | ||
@@ -7,0 +13,0 @@ |
import createStyler from './styler'; | ||
import { Styler } from './styler/types'; | ||
export default function (node: (SVGGraphicsElement & SVGPathElement) | HTMLElement): Styler; | ||
export { createStyler }; | ||
export { createStyler, Styler }; |
{ | ||
"name": "stylefire", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Performant, simplified stylers for CSS, SVG, path and DOM scroll.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
49613