Skip to content

Commit

Permalink
🎉 init: 项目初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanjunjie committed Aug 7, 2024
1 parent edcf365 commit cdb0d29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hex-tool/hooks",
"version": "0.0.2",
"version": "0.0.1",
"description": "hooks utils of hex-tool",
"type": "module",
"module": "lib/index.js",
Expand All @@ -23,8 +23,8 @@
"tsconfig.json"
],
"keywords": [],
"author": "",
"license": "ISC",
"author": "junjieyuan",
"license": "MIT",
"devDependencies": {
"tsup": "^8.2.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hex-tool/shared",
"version": "0.0.2",
"version": "0.0.1",
"description": "shared utils of hex-tool",
"type": "module",
"module": "lib/index.js",
Expand All @@ -21,7 +21,7 @@
"test:coverage": "vitest run --coverage"
},
"keywords": [],
"author": "chouchouji",
"author": "junjieyuan",
"license": "MIT",
"files": [
"lib",
Expand Down

0 comments on commit cdb0d29

Please sign in to comment.