Skip to content

Commit 6e1a9c4

Browse files
committed
docs: add keywords
1 parent 5419124 commit 6e1a9c4

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

core/package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@
2020
"build:es": "yarn rollup --config build/rollup.config.js --format es --file dist/core.esm.js",
2121
"build:unpkg": "yarn rollup --config build/rollup.config.js --format iife --file dist/core.min.js"
2222
},
23-
"keywords": [
24-
"cron",
25-
"editor",
26-
"renderless",
27-
"vue.js",
28-
"vue"
29-
],
3023
"dependencies": {
3124
"mustache": "^4.2.0"
3225
},
@@ -35,6 +28,16 @@
3528
},
3629
"files": [
3730
"package.json",
38-
"dist"
31+
"dist",
32+
"README.md"
33+
],
34+
"keywords": [
35+
"vue",
36+
"vue.js",
37+
"vue component",
38+
"cron",
39+
"cron expression",
40+
"cron editor",
41+
"renderless"
3942
]
4043
}

vuetify/package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
},
3131
"files": [
3232
"package.json",
33-
"dist"
33+
"dist",
34+
"README.md"
35+
],
36+
"keywords": [
37+
"vue",
38+
"vue.js",
39+
"vue component",
40+
"cron",
41+
"cron expression",
42+
"cron editor",
43+
"vuetify"
3444
]
3545
}

0 commit comments

Comments
 (0)