Skip to content

Commit

Permalink
feat(architecture): ✨ add components folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cjinhuo committed Sep 7, 2024
1 parent 7bddef6 commit c89b3a6
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
21 changes: 21 additions & 0 deletions components/react/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@text-search-engine/react",
"version": "1.2.0",
"private": true,
"description": "",
"license": "MIT",
"author": "cjinhuo",
"main": "src/index.ts",
"publishConfig": {},
"homepage": "https://cjinhuo.github.io/text-search-engine/",
"repository": {
"type": "git",
"url": "git+https://github.com/cjinhuo/text-search-engine.git"
},
"bugs": {
"url": "https://github.com/cjinhuo/text-search-engine/issues"
},
"files": [],
"scripts": {},
"dependencies": {}
}
21 changes: 21 additions & 0 deletions components/vue/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "@text-search-engine/vue",
"version": "1.2.0",
"private": true,
"description": "",
"license": "MIT",
"author": "cjinhuo",
"main": "src/index.ts",
"publishConfig": {},
"homepage": "https://cjinhuo.github.io/text-search-engine/",
"repository": {
"type": "git",
"url": "git+https://github.com/cjinhuo/text-search-engine.git"
},
"bugs": {
"url": "https://github.com/cjinhuo/text-search-engine/issues"
},
"files": [],
"scripts": {},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"node": ">=18.18.0",
"pnpm": ">=8"
},
"workspaces": ["packages/*", "utils/*", "app/*"],
"workspaces": ["packages/*", "utils/*", "app/*", "components/*"],
"author": "cjinhuo",
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down

0 comments on commit c89b3a6

Please sign in to comment.