Browse Source

Merge pull request #58 from wodka/patch-1

Update bower.json
文翼 11 years ago
parent
commit
5cc397712b
1 changed files with 9 additions and 1 deletions
  1. 9 1
      bower.json

+ 9 - 1
bower.json

@@ -6,7 +6,15 @@
     "zhixin <wenzhixin2010@gmail.com>"
   ],
   "description": "The table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on. The table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.",
-  "main": "src",
+  "main": [
+	  "src/bootstrap-table.css",
+	  "src/bootstrap-table.js",
+	  "src/locale/bootstrap-table-en.js",
+	  "src/locale/bootstrap-table-da-DK.js",
+	  "src/locale/bootstrap-table-pt-BR.js",
+	  "src/locale/bootstrap-table-zh-CN.js",
+	  "src/locale/bootstrap-table-zh-TW.js"
+  ],
   "keywords": [
     "bootstrap",
     "table",