From a63c136c0980ce883f30941bd0b5aec92d89832b Mon Sep 17 00:00:00 2001 From: Hyunje Alex Jun Date: Sun, 24 Aug 2014 23:29:55 +0100 Subject: [PATCH] Change `main` property to use non-minified files for bower. https://github.com/noraesae/perfect-scrollbar/issues/133 --- bower.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 6d7f8e1..e8e32e2 100644 --- a/bower.json +++ b/bower.json @@ -7,9 +7,8 @@ ], "description": "Tiny but perfect jQuery scrollbar plugin", "main": [ - "min/perfect-scrollbar.min.css", - "min/perfect-scrollbar.min.js", - "min/perfect-scrollbar.with-mousewheel.min.js" + "src/perfect-scrollbar.css", + "src/perfect-scrollbar.js" ], "license": "MIT", "ignore": [