Skip to content

Commit

Permalink
version 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Dec 16, 2020
1 parent c351c4f commit 0ba1cdb
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "overlayscrollbars",
"version": "1.13.0",
"description": "A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"keywords": [
"overlayscrollbars",
"custom",
"scrollbar",
"scrollbars",
"scroll",
"frontend"
],
"files": [
"js/jquery.overlayScrollbars.js",
"js/jquery.overlayScrollbars.min.js",
"js/OverlayScrollbars.js",
"js/OverlayScrollbars.min.js",
"css/OverlayScrollbars.css",
"css/OverlayScrollbars.min.css",
"README.md",
"LICENSE"
],
"homepage": "https://kingsora.github.io/OverlayScrollbars",
"repository": {
"type": "git",
"url": "https://github.com/KingSora/OverlayScrollbars"
},
"bugs": {
"url": "https://github.com/KingSora/OverlayScrollbars/issues"
},
"main": "js/OverlayScrollbars.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KingSora | Rene Haas",
"license": "MIT",
"devDependencies": {
"chalk": "^2.4.2",
"csso": "^3.5.1",
"gulp": "^4.0.2",
"shelljs": "^0.8.3",
"uglify-js": "^3.8.1"
}
"name": "overlayscrollbars",
"version": "1.13.1",
"description": "A javascript scrollbar plugin which hides native scrollbars, provides custom styleable overlay scrollbars and keeps the native functionality and feeling.",
"keywords": [
"overlayscrollbars",
"custom",
"scrollbar",
"scrollbars",
"scroll",
"frontend"
],
"files": [
"js/jquery.overlayScrollbars.js",
"js/jquery.overlayScrollbars.min.js",
"js/OverlayScrollbars.js",
"js/OverlayScrollbars.min.js",
"css/OverlayScrollbars.css",
"css/OverlayScrollbars.min.css",
"README.md",
"LICENSE"
],
"homepage": "https://kingsora.github.io/OverlayScrollbars",
"repository": {
"type": "git",
"url": "https://github.com/KingSora/OverlayScrollbars"
},
"bugs": {
"url": "https://github.com/KingSora/OverlayScrollbars/issues"
},
"main": "js/OverlayScrollbars.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "KingSora | Rene Haas",
"license": "MIT",
"devDependencies": {
"chalk": "^2.4.2",
"csso": "^3.5.1",
"gulp": "^4.0.2",
"shelljs": "^0.8.3",
"uglify-js": "^3.8.1"
}
}

0 comments on commit 0ba1cdb

Please sign in to comment.