frs-hide-scrollbar
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "frs-hide-scrollbar", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Easy & lightweight solution for cross-browser scrollbar hiding", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"build": "parcel build index.js -o FRS-hide-scrollbar --detailed-report && uglifyjs ./dist/FRS-hide-scrollbar.js -o ./dist/FRS-hide-scrollbar.js -c -m && yarn buildVanilla && parcel build docs/example.src.html -d docs --public-url /FRS-hide-scrollbar -o example.dist.html", | ||
"postbuild": "yarn docs", | ||
"--postbuild": "yarn docs", | ||
"buildVanilla": "uglifyjs ./src/scripts/* -o ./dist/FRS-hide-scrollbar.vanilla.js -c -m -e", | ||
@@ -16,0 +16,0 @@ "prepublishOnly": "yarn test-coverage && yarn build", |
240831