version 1.3.0

This commit is contained in:
Rene
2018-02-26 20:06:14 +01:00
parent 176b13e73c
commit 8bc44e9f0a
8 changed files with 563 additions and 449 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "overlayscrollbars",
"version": "1.2.3",
"version": "1.3.0",
"description": "A javascript scrollbar plugin which hides the native scrollbars and provides custom styleable overlay scrollbars, but keeps the native functionality and feeling.",
"keywords" : [
"overlayscrollbars",
@@ -28,7 +28,7 @@
"bugs": {
"url": "https://github.com/KingSora/OverlayScrollbars/issues"
},
"main": "js/OverlayScrollbars.min.js",
"main": "js/OverlayScrollbars.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},