Skip to content

Commit

Permalink
chore: update cli installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed May 20, 2024
1 parent 28673e9 commit 3bd7a77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ try {
`${FRONTEND_BASE_PATH}/components/BurnerWallet`,
`${FRONTEND_BASE_PATH}/components/ScaffoldDeployer`,
`${FRONTEND_BASE_PATH}/components/AssetTransferModal.tsx`,
`${FRONTEND_BASE_PATH}/components/ConnectModal.tsx`,
`${FRONTEND_BASE_PATH}/components/ConnectionModal.tsx`,
`${FRONTEND_BASE_PATH}/components/ContractExecutionModal.tsx`,
];
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-starknet-app",
"version": "0.4.0",
"version": "0.4.1",
"description": "An open-source starknet development stack",
"bin": "./bin/cli.mjs",
"scripts": {
Expand Down

0 comments on commit 3bd7a77

Please sign in to comment.