浏览代码

Changed the package references to match Bootstrap

TropicalRaisel 4 年之前
父节点
当前提交
0735034257
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      package.json

+ 3 - 3
package.json

@@ -2,9 +2,9 @@
   "name": "bootstrap-table",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "version": "1.18.3",
-  "main": "./dist/bootstrap-table.min.js",
-  "style": "./dist/bootstrap-table.min.css",
-  "sass": "./src/bootstrap-table.scss",
+  "style": "dist/bootstrap-table.min.css",
+  "sass": "src/bootstrap-table.scss",
+  "main": "dist/bootstrap-table.min.js",
   "directories": {
     "doc": "site"
   },