diff --git a/package.json b/package.json index fcd71e0b..3360babb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "tiny-slider", - "version": "2.9.4", + "name": "as-tiny-slider", + "version": "2.9.4.2", "description": "Vanilla javascript slider for all purposes, inspired by Owl Carousel.", "main": "dist/tiny-slider.js", "types": "src/tiny-slider.d.ts", @@ -24,20 +24,20 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ganlanyuan/tiny-slider.git" + "url": "git+https://github.com/asanzred/tiny-slider.git" }, "files": [ "dist", "src" ], "keywords": [], - "author": "ganlanyuan ", + "author": "asanzred ", "license": "MIT", "bugs": { - "url": "https://github.com/ganlanyuan/tiny-slider/issues" + "url": "https://github.com/asanzred/tiny-slider/issues" }, "browserslist": "> 0.25%, not dead", - "homepage": "https://github.com/ganlanyuan/tiny-slider#readme", + "homepage": "https://github.com/asanzred/tiny-slider#readme", "devDependencies": { "@babel/cli": "^7.14.8", "@babel/core": "^7.15.0", diff --git a/src/tiny-slider.d.ts b/src/tiny-slider.d.ts index 62fa6bc2..7927f921 100644 --- a/src/tiny-slider.d.ts +++ b/src/tiny-slider.d.ts @@ -252,12 +252,6 @@ export interface TinySliderSettings extends CommonOptions { * @defaultValue true */ freezable?: boolean; - /** - * Prevent page from scrolling on `touchmove`. If set to "auto", the slider will first check if the touch direction matches the slider axis, then decide - * whether prevent the page scrolling or not. If set to "force", the slider will always prevent the page scrolling. - * @defaultValue false - */ - preventScrollOnTouch?: "auto" | "force" | false; /** * Nonce attribute for inline style tag to allow slider usage without unsafe-inline CSP Option * @defaultValue false