Skip to content

Commit c009be0

Browse files
bump version
1 parent 4782bc2 commit c009be0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ Usage (choose your stack, your app name and style library):
99

1010

1111
```bash
12-
yarn create r3f-app <next> my-app <tailwind?> -ts?
12+
yarn create r3f-app <next> my-app <tailwind|styled>? -ts?
1313
```
1414

1515
or
1616

1717
```bash
18-
npx create-r3f-app <next> my-app <tailwind?> -ts?
18+
npx create-r3f-app <next> my-app <tailwind|styled>? -ts?
1919
```
2020

2121
- Default style is tailwind
22-
23-
### TODO
24-
- Support styled component?

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-r3f-app",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "The easiest and fastest way to create new 3D web projects with react and threejs.",
55
"contributors": [
66
"Renaud ROHLINGER <[email protected]>"

0 commit comments

Comments
 (0)