botmonster/jquery-bootpag

Update bower.json with "main" property

mariuszdev opened this issue · 1 comments

I am using main-bower-files which copies all bower's libraries main files to vendor folder. But only when there is a main property in bower.json. The value of this property should be the filename of main library file: jquery.bootpag.min.js.

"main": "lib/jquery.bootpag.min.js" to be precise.