Skip to content

Commit 56614f9

Browse files
author
unknown
committed
1.5.2
1 parent 8de6b0a commit 56614f9

10 files changed

+41
-23
lines changed

dist/perfect-scrollbar.common.js

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.esm.js

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.js

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/perfect-scrollbar.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "perfect-scrollbar",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "Minimalistic but perfect custom scrollbar plugin",
55
"author": "Hyunje Jun <[email protected]>",
66
"keywords": [
@@ -41,7 +41,7 @@
4141
"test": "npm run format:lint && npm run build",
4242
"rollup": "rollup --config rollup.config.js --sourcemap",
4343
"build": "npm run clean && npm run rollup",
44-
"clean": "rm -rf dist",
44+
"clean": "rmdir /s /q dist",
4545
"watch": "npm run build && SHELL=/bin/bash chokidar 'src/**/*.js' -c 'npm run format && npm run build'",
4646
"format": "prettier --write --single-quote --trailing-comma es5 'src/**/*.js'",
4747
"format:lint": "prettier -l --single-quote --trailing-comma es5 'src/**/*.js'",

0 commit comments

Comments
 (0)