Skip to content

Commit 7b1e354

Browse files
committed
chore(keywords): add keywords in package.json
1 parent 3f745b5 commit 7b1e354

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/collection/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "0.3.0",
44
"main": "index.js",
55
"types": "index.d.ts",
6+
"keywords": ["tree", "hierarchical", "file", "path"],
67
"description": "Provides a hierarchy of directories and files from a one-dimensional array of objects, including.",
78
"license": "MIT",
89
"files": [

packages/react/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lib",
1010
"LICENSE"
1111
],
12+
"keywords": ["tree", "hierarchical", "file", "path", "react", "components"],
1213
"license": "MIT",
1314
"scripts": {
1415
"dev": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts",

packages/vue/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"lib",
1010
"LICENSE"
1111
],
12+
"keywords": ["tree", "hierarchical", "file", "path", "vue", "components"],
1213
"license": "MIT",
1314
"scripts": {
1415
"dev": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts",

0 commit comments

Comments
 (0)