Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-sven committed May 26, 2024
1 parent 4b46a2b commit c4cdfb2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sdk/typescript/rooch-create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roochnetwork/create-rooch",
"version": "0.1.0",
"version": "0.1.1",
"description": "Create a new Rooch project",
"license": "Apache-2.0",
"author": "Rooch.network <[email protected]>",
Expand All @@ -25,11 +25,11 @@
"lint:fix": "pnpm run eslint:fix && pnpm run prettier:fix"
},
"dependencies": {
"typescript": "^5.1.6"
"typescript": "^5.1.6",
"enquirer": "^2.4.1"
},
"devDependencies": {
"@types/node": "^18.15.13",
"enquirer": "^2.4.1"
"@types/node": "^18.15.13"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit c4cdfb2

Please sign in to comment.