Browse Source

Fix #1556: Properly set main entry in package.json

Olle Nilsson 9 years ago
parent
commit
d95162698f
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"
   },