Skip to content

Commit efa0ef8

Browse files
authored
Merge pull request #18 from ynishi/add_keyword
add npm package keywords
2 parents d44edba + a7ff344 commit efa0ef8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "vuecsv",
3-
"version": "0.0.8",
3+
"version": "0.0.10",
44
"description": "CSV components for Vue.js",
55
"homepage": "https://github.com/ynishi/vuecsv",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/ynishi/vuecsv.git"
99
},
10+
"keywords": [
11+
"csv",
12+
"vuejs",
13+
"component",
14+
"button",
15+
"option",
16+
"modal",
17+
"download"
18+
],
1019
"license": "MIT",
1120
"main": "dist/vuecsv.min.js",
1221
"author": "Yutaka Nishimura <[email protected]>",

0 commit comments

Comments
 (0)