Browse Source

Merge branch 'herrcykel-common-js-fix' into develop

zhixin 9 years ago
parent
commit
a5cf1fe126
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -2,7 +2,7 @@
   "name": "bootstrap-table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
   "version": "1.11.0",
-  "main": "Gruntfile.js",
+  "main": "./dist/bootstrap-table.js",
   "directories": {
     "doc": "docs"
   },