@react-scad/core 0.1.29 → 0.1.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ A lot of people already think in components and JSX from building UIs. **react-s
33
33
  ### Create a new project (recommended)
34
34
 
35
35
  ```bash
36
- npx create-react-scad@latest my-project
36
+ npx @react-scad/cli@latest new my-project
37
37
  cd my-project
38
38
  npm start
39
39
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.29",
3
+ "version": "0.1.31",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",