@frsource/frs-hide-scrollbar
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "@frsource/frs-hide-scrollbar", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "CSS-only & easy-to-use solution for cross-browser scrollbar hiding", | ||
@@ -14,5 +14,6 @@ "source": "src/index.scss", | ||
"postbuild:bundle": "yarn clean:dist:js", | ||
"build:example": "cpy dist/* docs", | ||
"build:example": "cpy . ../docs --cwd dist", | ||
"prerelease": "yarn build && git add dist && git add docs", | ||
"release": "standard-version", | ||
"release": "semantic-release", | ||
"release:ci": "yarn release --yes", | ||
"postrelease": "git push --follow-tags origin master && yarn publish", | ||
@@ -40,6 +41,6 @@ "clean": "rimraf dist/**/* && rimraf docs/*.{js,mjs,css,map}", | ||
"files": [ | ||
"dist/", | ||
"src/", | ||
"LICENSE", | ||
"yarn.lock" | ||
"dist/frs-hide-scrollbar.css", | ||
"dist/frs-hide-scrollbar.css.map", | ||
"src/index.scss", | ||
"package.json" | ||
], | ||
@@ -50,9 +51,18 @@ "bugs": { | ||
"devDependencies": { | ||
"cpy-cli": "^3.0.0", | ||
"microbundle": "^0.14.0", | ||
"rimraf": "^3.0.0", | ||
"sass": "^1.32.0", | ||
"standard-version": "^9.0.0" | ||
"@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", | ||
"microbundle": "0.15.1", | ||
"rimraf": "3.0.2", | ||
"sass": "1.56.2", | ||
"semantic-release": "^19.0.5" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"dependencies": {} | ||
} |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
15383
11
6