animated-scroll-to
Advanced tools
Comparing version 2.0.0 to 2.0.1
# Changelog | ||
### v2.0.0 and v2.0.1 | ||
23.09.2019. | ||
**Changed** | ||
* Full TypeScript rewrite | ||
* New method signatures | ||
* Method now returns a promise | ||
----- | ||
### v1.3.1 | ||
14.09.2018. | ||
14.09.2019. | ||
@@ -15,3 +27,3 @@ **Fixed** | ||
02.09.2018. | ||
02.09.2019. | ||
@@ -18,0 +30,0 @@ **Changed** |
{ | ||
"name": "animated-scroll-to", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Simple, plain JavaScript animated window scroll", | ||
@@ -11,3 +11,3 @@ "main": "./lib/animated-scroll-to.js", | ||
"start": "parcel index.html", | ||
"start:test": "parcel test.html --port 8888", | ||
"start:test": "parcel test.html --port 8088", | ||
"build": "rm -rf ./lib && tsc --declaration --outDir ./lib --moduleResolution Node --project ./tsconfig.json", | ||
@@ -14,0 +14,0 @@ "build:docs": "rm -rf ./docs && parcel build index.html --out-dir ./docs --public-url /animated-scroll-to", |
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
54070
13
630