@wildebeest/scroll
Advanced tools
Comparing version 0.3.12 to 0.3.13
@@ -17,2 +17,3 @@ "use strict"; | ||
container.bind(ScrollBox_1.ScrollBox).toSelf(); | ||
container.bind("Factory<ScrollBox>").toAutoFactory(ScrollBox_1.ScrollBox); | ||
}; | ||
@@ -19,0 +20,0 @@ ScrollModule.prototype.boot = function (container) { }; |
{ | ||
"name": "@wildebeest/scroll", | ||
"version": "0.3.12", | ||
"version": "0.3.13", | ||
"description": "Scroll element with custom scroll bar", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -18,2 +18,3 @@ import { Module } from "@wildebeest/js-modules"; | ||
container.bind<ScrollBox>(ScrollBox).toSelf(); | ||
container.bind<interfaces.Factory<ScrollBox>>("Factory<ScrollBox>").toAutoFactory(ScrollBox); | ||
} | ||
@@ -20,0 +21,0 @@ |
Sorry, the diff of this file is not supported yet
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
54220
931