diff --git a/bower.json b/bower.json index 72fe178..e67f0c5 100644 --- a/bower.json +++ b/bower.json @@ -1,10 +1,13 @@ { "name": "Dimox/jQueryFormStyler", "version": "1.6.2", - "main": "jquery.formstyler.css", + "main": [ + "jquery.formstyler.js", + "jquery.formstyler.css" + ], "description": "jQuery-плагин для стилизации элементов html-форм", "license": "MIT", "ignore": [ "TODO.txt" ] -} \ No newline at end of file +}