浏览代码

Update description and keywords

zhixin 6 年之前
父节点
当前提交
f6e95977d8
共有 5 个文件被更改,包括 67 次插入25 次删除
  1. 2 2
      _config.yml
  2. 16 2
      bootstrap-table.jquery.json
  3. 17 8
      bower.json
  4. 18 2
      composer.json
  5. 14 11
      package.json

+ 2 - 2
_config.yml

@@ -29,9 +29,9 @@ algolia:
 # Custom variables
 current_version:  1.14.2
 title:            "Bootstrap Table"
-description:      "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
+description:      "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
 authors:          "Zhixin Wen, and Bootstrap Table contributors"
-keywords:         "table, bootstrap, bootstrap plugin, bootstrap resources, bootstrap table, jQuery plugin"
+keywords:         "bootstrap,table,pagination,checkbox,radio,datatables,css,css-framework,semantic,semantic-ui,bulma,material,material-design,materialize,foundation"
 repo:             https://github.com/wenzhixin/bootstrap-table
 website:          http://wenzhixin.net.cn
 repos:            http://repos.wenzhixin.net.cn

+ 16 - 2
bootstrap-table.jquery.json

@@ -2,7 +2,7 @@
   "name": "bootstrap-table",
   "version": "1.14.2",
   "title": "Bootstrap Table",
-  "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
+  "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "author": {
     "name": "zhixin wen",
     "email": "wenzhixin2010@gmail.com",
@@ -18,7 +18,21 @@
     "jquery": ">=1.7"
   },
   "keywords": [
-    "bootstrap.table"
+    "bootstrap",
+    "table",
+    "pagination",
+    "checkbox",
+    "radio",
+    "datatables",
+    "css",
+    "css-framework",
+    "semantic",
+    "semantic-ui",
+    "bulma",
+    "material",
+    "material-design",
+    "materialize",
+    "foundation"
   ],
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
   "demo": "http://examples.bootstrap-table.com",

+ 17 - 8
bower.json

@@ -4,24 +4,33 @@
     "authors": [
         "zhixin <wenzhixin2010@gmail.com>"
     ],
-    "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
+    "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
     "main": [
-        "src/bootstrap-table.js",
-        "src/bootstrap-table.css"
+        "dist/bootstrap-table.min.js",
+        "dist/bootstrap-table.min.css"
     ],
     "keywords": [
         "bootstrap",
         "table",
-        "bootstrap table"
+        "pagination",
+        "checkbox",
+        "radio",
+        "datatables",
+        "css",
+        "css-framework",
+        "semantic",
+        "semantic-ui",
+        "bulma",
+        "material",
+        "material-design",
+        "materialize",
+        "foundation"
     ],
     "license": "MIT",
     "ignore": [
         "**/.*",
         "node_modules",
         "bower_components",
-        "test",
-        "tests",
-        "docs",
-        "assets"
+        "site"
     ]
 }

+ 18 - 2
composer.json

@@ -1,7 +1,23 @@
 {
     "name": "wenzhixin/bootstrap-table",
-    "description": "An extended Bootstrap table with radio, checkbox, sort, pagination and other features.",
-    "keywords": ["bootstrap","table","tablesort","pagination"],
+    "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
+    "keywords": [
+        "bootstrap",
+        "table",
+        "pagination",
+        "checkbox",
+        "radio",
+        "datatables",
+        "css",
+        "css-framework",
+        "semantic",
+        "semantic-ui",
+        "bulma",
+        "material",
+        "material-design",
+        "materialize",
+        "foundation"
+    ]
     "type": "component",
     "homepage": "https://github.com/wenzhixin/bootstrap-table",
     "license": "MIT",

+ 14 - 11
package.json

@@ -1,10 +1,10 @@
 {
   "name": "bootstrap-table",
-  "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
+  "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.14.2",
   "main": "./dist/bootstrap-table.min.js",
   "directories": {
-    "doc": "docs"
+    "doc": "site"
   },
   "devDependencies": {
     "babel-cli": "^6.26.0",
@@ -44,11 +44,19 @@
   "keywords": [
     "bootstrap",
     "table",
-    "radio",
-    "checkbox",
-    "sort",
     "pagination",
-    "editable"
+    "checkbox",
+    "radio",
+    "datatables",
+    "css",
+    "css-framework",
+    "semantic",
+    "semantic-ui",
+    "bulma",
+    "material",
+    "material-design",
+    "materialize",
+    "foundation"
   ],
   "author": "wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)",
   "license": "MIT",
@@ -56,10 +64,5 @@
     "url": "https://github.com/wenzhixin/bootstrap-table/issues"
   },
   "homepage": "https://bootstrap-table.com",
-  "config": {
-    "commitizen": {
-      "path": "./node_modules/cz-conventional-changelog"
-    }
-  },
   "types": "./index.d.ts"
 }