diff --git a/bower.json b/bower.json index 831eb32..381faf4 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,6 @@ { "name": "jquery-slimscroll", + "main": "jquery.slimscroll.js", "version": "1.3.8", "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.", "keywords": [ @@ -20,11 +21,7 @@ "repository": { "type": "git", "url": "https://github.com/rochal/jQuery-slimScroll.git" - }, - "main": [ - "jquery.slimscroll.js", - "jquery.slimscroll.min.js" - ], + } "licenses" : [ { "type": "MIT",