Skip to content

Commit

Permalink
remove some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Dec 13, 2024
1 parent 7ea05f4 commit 433906f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,171 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A WebXDC chess game for two human players and many observers.

### Installing Dependencies

After cloning this repo, install dependecies:
After cloning this repo, install dependencies:

```
pnpm i
Expand All @@ -26,8 +26,6 @@ To test your work in your browser (with hot reloading!) while developing:

```
pnpm start
# Alternatively to test in a more advanced WebXDC emulator:
pnpm emulator
```

### Building
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"@types/jquery": "^3.5.32",
"@webxdc/types": "latest",
"@webxdc/vite-plugins": "latest",
"@webxdc/webxdc-dev": "latest",
"concurrently": "latest",
"prettier": "latest",
"typescript": "^5.7.2",
"vite": "latest"
Expand Down
Loading

0 comments on commit 433906f

Please sign in to comment.