@frsource/frs-hide-scrollbar
Advanced tools
Comparing version 2.0.14 to 2.0.15
{ | ||
"name": "@frsource/frs-hide-scrollbar", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "CSS-only & easy-to-use solution for cross-browser scrollbar hiding", | ||
@@ -8,18 +8,14 @@ "source": "src/index.scss", | ||
"scripts": { | ||
"prestart": "yarn clean", | ||
"start": "microbundle watch -o docs --name frs-hide-scrollbar", | ||
"prebuild": "yarn clean", | ||
"build": "yarn build:bundle && yarn build:example", | ||
"build:bundle": "microbundle --compress -o dist/frs-hide-scrollbar.js -f cjs", | ||
"postbuild:bundle": "yarn clean:dist:js", | ||
"start": "pnpm clean && microbundle watch -o docs --name frs-hide-scrollbar", | ||
"build": "pnpm clean && pnpm build:bundle && pnpm build:example", | ||
"build:bundle": "microbundle --compress -o dist/frs-hide-scrollbar.js -f cjs && pnpm clean:dist:js", | ||
"build:example": "cpy . ../docs --cwd dist", | ||
"prerelease": "yarn build && git add dist && git add docs", | ||
"release": "semantic-release", | ||
"release:ci": "yarn release --yes", | ||
"postrelease": "git push --follow-tags origin master && yarn publish", | ||
"lint": "eslint . && prettier . --check", | ||
"fix": "pnpm eslint --fix && prettier . --write", | ||
"release": "pnpm build && git add dist && git add docs && semantic-release", | ||
"release:ci": "pnpm release --yes", | ||
"release:test": "pnpm release --no-git-tag-version --no-push --skip-npm", | ||
"clean": "rimraf dist/**/* && rimraf docs/*.{js,mjs,css,map}", | ||
"clean:dist:js": "rimraf dist/*.{js,mjs,js.map}" | ||
}, | ||
"author": "Jakub Freisler <FRSgit@users.noreply.github.com>", | ||
"license": "Apache-2.0", | ||
"homepage": "https://www.frsource.org/FRS-hide-scrollbar/", | ||
@@ -47,21 +43,27 @@ "repository": { | ||
"bugs": { | ||
"url": "https://github.com/FRSource/FRS-hide-scrollbar/issues" | ||
"url": "https://github.com/FRSOURCE/FRS-hide-scrollbar/issues" | ||
}, | ||
"author": "Jakub Freisler <jakub@frsource.org>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@semantic-release/commit-analyzer": "^9.0.2", | ||
"@semantic-release/git": "^10.0.1", | ||
"@semantic-release/github": "^8.0.7", | ||
"@semantic-release/npm": "^9.0.1", | ||
"@semantic-release/release-notes-generator": "^10.0.3", | ||
"cpy-cli": "4.2.0", | ||
"@frsource/eslint-config": "1.11.0", | ||
"@frsource/prettier-config": "1.8.0", | ||
"@frsource/semantic-release-config": "1.7.0", | ||
"cpy-cli": "5.0.0", | ||
"eslint": "9.2.0", | ||
"globals": "15.2.0", | ||
"microbundle": "0.15.1", | ||
"rimraf": "3.0.2", | ||
"sass": "1.62.1", | ||
"semantic-release": "^19.0.5" | ||
"prettier": "3.2.5", | ||
"rimraf": "5.0.7", | ||
"sass": "1.77.2", | ||
"semantic-release": "23.1.1" | ||
}, | ||
"packageManager": "pnpm@9.1.2", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": {} | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"funding": "https://buymeacoffee.com/frsource" | ||
} |
@@ -5,3 +5,4 @@ # @frsource/frs-hide-scrollbar | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@frsource/frs-hide-scrollbar) | ||
![Libraries.io dependency status for the latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@frsource/frs-hide-scrollbar) | ||
[![NPM total downloads badge](https://img.shields.io/npm/dt/@frsource/frs-hide-scrollbar.svg)](https://www.npmjs.com/package/@frsource/frs-hide-scrollbar) | ||
[![Bundle size](https://img.shields.io/bundlephobia/minzip/@frsource/frs-hide-scrollbar)](https://bundlephobia.com/result?p=@frsource/frs-hide-scrollbar) | ||
@@ -11,10 +12,10 @@ | ||
Start using **@frsource/frs-hide-scrollbar** today by reading documentation below: | ||
Start using **@frsource/frs-hide-scrollbar** today by reading the documentation below: | ||
## Table of contents | ||
* [Installation](https://www.frsource.org/FRS-hide-scrollbar/installation) | ||
* [Usage](https://www.frsource.org/FRS-hide-scrollbar/usage) | ||
* [Example](https://www.frsource.org/FRS-hide-scrollbar/example) | ||
* [Migration from version 1](https://www.frsource.org/FRS-hide-scrollbar/migration-v1) | ||
* [Version 1 documentation](https://www.frsource.org/FRS-hide-scrollbar/v1) | ||
- [Installation](https://www.frsource.org/FRS-hide-scrollbar/installation) | ||
- [Usage](https://www.frsource.org/FRS-hide-scrollbar/usage) | ||
- [Example](https://www.frsource.org/FRS-hide-scrollbar/example) | ||
- [Migration from version 1](https://www.frsource.org/FRS-hide-scrollbar/migration-v1) | ||
- [Version 1 documentation](https://www.frsource.org/FRS-hide-scrollbar/v1) |
Sorry, the diff of this file is not supported yet
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
20
5315