Skip to content

Commit

Permalink
Merge pull request #196 from zerodevapp/remove-deprecated-pkgs
Browse files Browse the repository at this point in the history
chore: removed deprecated packages - presets, wallet, walletconnect
  • Loading branch information
SahilVasava authored Nov 15, 2024
2 parents 10839ec + 96e88e1 commit 1bb2b8b
Show file tree
Hide file tree
Showing 32 changed files with 2 additions and 2,638 deletions.
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NC='\033[0m' # No Color

# Define the list of directories containing package.json files that should be built.
# Assuming that all packages are directly under the 'packages' and 'plugins' directories.
DIRECTORIES=("packages/*" "plugins/*" "wallet")
DIRECTORIES=("packages/*" "plugins/*")

# Arrays to keep track of build statuses
SUCCEEDED=()
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
{
"workspaces": [
"packages/*",
"templates/*",
"plugins/*",
"wallet",
"walletconnect"
],
"workspaces": ["packages/*", "templates/*", "plugins/*"],
"private": true,
"author": "ZeroDev",
"type": "module",
Expand Down
175 changes: 0 additions & 175 deletions packages/presets/.gitignore

This file was deleted.

37 changes: 0 additions & 37 deletions packages/presets/CHANGELOG.md

This file was deleted.

58 changes: 0 additions & 58 deletions packages/presets/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions packages/presets/tsconfig.build.json

This file was deleted.

Loading

0 comments on commit 1bb2b8b

Please sign in to comment.