From ece54fe263659be244ef1b94bef6077b65c372ae Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 24 Mar 2022 10:37:46 +0100 Subject: [PATCH] 0.6.14 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c79de8..d211c53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "perfect-scrollbar", - "version": "0.6.13", + "version": "0.6.14", "description": "Minimalistic but perfect custom scrollbar plugin", "author": "Hyunje Alex Jun ", "contributors": [ @@ -30,7 +30,8 @@ "dist", "src", "index.js", - "jquery.js" + "jquery.js", + "perfect-scrollbar.d.ts" ], "devDependencies": { "browserify": "^11.2.0",