Skip to content

Commit cf66a13

Browse files
author
huangshuwei
committed
add keywords
1 parent b762c22 commit cf66a13

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"name": "vue-easytable-example",
33
"version": "2.0.0",
4+
"author": "https://github.com/huangshuwei",
5+
"license": "MIT",
46
"scripts": {
57
"dev": "vue-cli-service serve",
68
"build": "vue-cli-service build",

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "vue-easytable",
33
"version": "2.0.1",
44
"main": "libs/main.js",
5-
"description": "vue table component",
5+
"description": "Vue table component",
6+
"keywords": [
7+
"vue",
8+
"data table",
9+
"data grid",
10+
"table component",
11+
"components"
12+
],
613
"author": "https://github.com/huangshuwei",
714
"license": "MIT",
815
"repository": {

0 commit comments

Comments
 (0)