Skip to content

Commit

Permalink
fix(cli): prettier should in deps instead of dev deps (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 authored Nov 7, 2023
1 parent 88ff525 commit 1c08938
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/aptos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@typemove/move": "workspace:*",
"aptos": "~1.20.0",
"chalk": "^5.3.0",
"prettier": "^3.0.3",
"radash": "^11.0.0"
},
"url": "https://github.com/sentioxyz/typemove"
Expand Down
1 change: 1 addition & 0 deletions packages/sui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@mysten/sui.js": "~0.45.0",
"@typemove/move": "workspace:*",
"chalk": "^5.3.0",
"prettier": "^3.0.3",
"radash": "^11.0.0"
},
"url": "https://github.com/sentioxyz/typemove"
Expand Down
7 changes: 6 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 1c08938

Please sign in to comment.