@react-scad/core 0.1.25 → 0.1.27

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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,10 +33,9 @@ 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 my-project
36
+ npx create-react-scad@latest my-project
37
37
  cd my-project
38
- npm run dev # watch mode
39
- npm start # single run
38
+ npm start
40
39
  ```
41
40
 
42
41
  That’s it — open the generated `model.scad` in [OpenSCAD](https://openscad.org/) or your slicer.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.25",
3
+ "version": "0.1.27",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",