Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
proc07 committed Sep 8, 2024
1 parent 595b107 commit 9276439
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-picker",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"packageManager": "[email protected]",
"description": "Extract the component code needed from the component library and add it to your local project",
"author": "proc07",
Expand Down Expand Up @@ -48,7 +48,8 @@
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
"prepare": "simple-git-hooks",
"cp": "code-picker --repo https://github.com/element-plus/element-plus/tree/dev/packages/components/form/index.ts --out ./examples"
},
"dependencies": {
"cac": "^6.7.14",
Expand All @@ -61,6 +62,7 @@
"@antfu/utils": "^0.7.10",
"@types/node": "^20.14.11",
"bumpp": "^9.4.1",
"code-picker": "^0.0.2",
"eslint": "^9.7.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.7",
Expand Down

0 comments on commit 9276439

Please sign in to comment.