Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b22c4df

Browse files
committedMar 10, 2024
Minute fixes
1 parent 7594724 commit b22c4df

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The most basic setup is wrapping your entire app:
2020

2121
```tsx
2222
<Geiger>
23-
<App>
23+
<App />
2424
</Geiger>
2525
```
2626

‎package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@
3434
},
3535
"peerDependencies": {
3636
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
37-
},
38-
"dependencies": {
39-
"@tsconfig/vite-react": "^3.0.1"
4037
}
4138
}

0 commit comments

Comments
 (0)
Please sign in to comment.