scroll-rise
Advanced tools
Comparing version 1.0.8 to 1.1.0
{ | ||
"name": "scroll-rise", | ||
"version": "1.0.8", | ||
"version": "1.1.0", | ||
"private": false, | ||
"description": "The typescript library for scroll animation", | ||
"main": "lib/index.js", | ||
"main": "lib/index.umd.js", | ||
"module": "lib/index.es.js", | ||
"types": "lib/index.d.ts", | ||
@@ -15,3 +16,4 @@ "files": [ | ||
"build:dev": "webpack --mode development", | ||
"watch": "webpack --watch --mode production" | ||
"watch": "webpack --watch --mode production", | ||
"docs": "npx webpack serve --config webpack.docs.js" | ||
}, | ||
@@ -37,4 +39,5 @@ "repository": { | ||
"webpack": "^5.70.0", | ||
"webpack-cli": "^4.9.2" | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^4.7.4" | ||
} | ||
} |
# Scroll Rise | ||
The typescript library for scroll animation. | ||
##Demo | ||
[https://drkaramazin.github.io/scroll-rise/](https://drkaramazin.github.io/scroll-rise/) | ||
## Built With | ||
@@ -5,0 +9,0 @@ - Vanilla 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
27
20
55903
5