ソースを参照

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"
   },