Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 28, 2023
1 parent cfbdc72 commit 0dac368
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"packageManager": "[email protected]",
"description": "hook ui .",
"author": "chizuki",
"author": "Chizuki <[email protected]>",
"license": "MIT",
"keywords": [
"vue",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "@hoci/components",
"version": "0.5.2",
"description": "",
"author": "chizuki",
"author": "Chizuki <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chizukicn/hoci.git",
"url": "https://github.com/chizukicn/hoci",
"directory": "packages/components"
},
"sideEffects": false,
Expand Down
7 changes: 6 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "@hoci/core",
"version": "0.5.2",
"description": "",
"author": "chizuki",
"author": "Chizuki <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chizukicn/hoci",
"directory": "packages/core"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
8 changes: 6 additions & 2 deletions packages/hoci/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "hoci",
"version": "0.5.2",
"description": "",
"author": "chizuki",
"description": "a headless component library for vue3",
"author": "Chizuki <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chizukicn/hoci"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down
7 changes: 6 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"name": "@hoci/shared",
"version": "0.5.2",
"description": "",
"author": "chizuki",
"author": "Chizuki <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chizukicn/hoci",
"directory": "packages/shared"
},
"exports": {
".": {
"require": "./dist/index.cjs",
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"description": "",
"author": "chizuki",
"author": "Chizuki <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 0dac368

Please sign in to comment.