From 9354fb064ad3ae51c8a349f0a719667e9061e255 Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Tue, 3 Mar 2015 02:29:33 +0900 Subject: [PATCH] Release 0.6.0 It's a huge change! #277 1. Use Browserify to make the source tree modular. 2. Be independent from jQuery. 3. npm with browserify compatibility. 4. Separate a bower repo. 5. Bug Fixes. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 05bb68a..10aedfe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "perfect-scrollbar", - "version": "0.5.9", - "description": "Tiny but perfect jquery scrollbar plugin.", + "version": "0.6.0", + "description": "Minimalistic but perfect custom scrollbar plugin", "author": "Hyunje Alex Jun ", "contributors": [ { @@ -19,6 +19,7 @@ }, "keywords": [ "jquery-plugin", + "frontend", "scroll", "scrollbar" ],