From cd04bc2fb7f17b17211c02f3140565f73b00859a Mon Sep 17 00:00:00 2001 From: Alexander Matrosov Date: Wed, 6 May 2015 16:20:14 +0300 Subject: [PATCH] add .js to main If `"main": "./dist/jquery.slotmachine.min.js"` doesn't have `.js` on the end, then (bower-main)[https://github.com/frodefi/bower-main] can't use it automagially. --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 6897ec7..69acdc0 100644 --- a/bower.json +++ b/bower.json @@ -22,8 +22,8 @@ "type": "git", "url": "git://github.com/josex2r/jQuery-SlotMachine.git" }, - "main": "./dist/jquery.slotmachine.min", - "bugs": "https://github.com/josex2r/jQuery-SlotMachine/issues", + "main": "./dist/jquery.slotmachine.min.js", + "bugs": "https://github.com/josex2r/jQuery-SlotMachine/issues", "licenses": [ { "type": "MIT",