From d5b86d40e424fb00a523ea6509aa73db625eb0d4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bidegain Date: Tue, 15 Dec 2015 09:44:55 +0100 Subject: [PATCH] Add the main property to the package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4005577..147e92d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name" : "jquery-slimscroll", + "main" : "jquery.slimscroll.js", "version" : "1.3.8", "title" : "jQuery slimScroll scrollbar", "description" : "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",