@wildebeest/scroll
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "@wildebeest/scroll", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Scroll element with custom scroll bar", | ||
@@ -12,3 +12,4 @@ "main": "dist/index.js", | ||
"patch": "npm run deploy && npm version patch && npm publish", | ||
"minor": "npm run deploy && npm version major && npm publish" | ||
"minor": "npm run deploy && npm version minor && npm publish", | ||
"major": "npm run deploy && npm version major && npm publish" | ||
}, | ||
@@ -15,0 +16,0 @@ "repository": { |
@@ -32,2 +32,3 @@ import 'ts-jest'; | ||
expect(box.getPane().outerHTML).toEqual('<div id="pane1"></div>'); | ||
expect(box.getElement().innerHTML).toEqual('<div id="pane1"></div><div class="scroll-bar"><div class="scroll-bar__mark" style="height: 0%; top: 0%;"></div></div>'); | ||
}); | ||
@@ -34,0 +35,0 @@ |
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
51044
879