@bolt/components-smooth-scroll
Advanced tools
Comparing version 1.0.0-rc.3 to 1.0.0-rc.4
@@ -11,3 +11,3 @@ { | ||
], | ||
"version": "1.0.0-rc.3", | ||
"version": "1.0.0-rc.4", | ||
"sourceFilesFrom": "0.9.5", | ||
@@ -30,11 +30,6 @@ "maintainers": [ | ||
], | ||
"homepage": "https://boltdesignsystem.com", | ||
"homepage": "https://bolt-design-system.com", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bolt-design-system/bolt/" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/bolt-design-system/bolt/issues" | ||
}, | ||
"repository": "https://github.com/bolt-design-system/bolt/tree/master/packages/components/bolt-smooth-scroll", | ||
"bugs": "https://github.com/bolt-design-system/bolt/issues", | ||
"main": "src/smooth-scroll.js", | ||
@@ -41,0 +36,0 @@ "publishConfig": { |
@@ -11,3 +11,2 @@ import SmoothScroll from 'smooth-scroll'; | ||
const scrollElem = elem; | ||
const scrollOffset = defaultScrollOffset; | ||
const scrollSpeed = defaultScrollSpeed; | ||
@@ -19,3 +18,3 @@ | ||
// | ||
// const scrollOffset = scrollElem.dataset.scrollOffset ? scrollElem.dataset.scrollOffset : defaultScrollOffset; | ||
const scrollOffset = scrollElem.dataset.scrollOffset ? scrollElem.dataset.scrollOffset : defaultScrollOffset; | ||
// const scrollSpeed = scrollElem.dataset.scrollSpeed ? scrollElem.dataset.scrollSpeed : defaultScrollSpeed; | ||
@@ -22,0 +21,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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
3788
36
2
2
1