@react-scad/core 0.1.20 → 0.1.21

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 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ Render JSX to **SCAD** models using the [React reconciler](https://github.com/fa
12
12
 
13
13
  ![Example](./assets/example.gif)
14
14
 
15
- *Rocket example with animated rotation.*
15
+ *Rocket example with animated translation.*
16
16
 
17
17
  ---
18
18
 
@@ -220,7 +220,7 @@ All listed SCAD primitives and operations are implemented. Prop names follow SCA
220
220
  3. **Build and test** before committing:
221
221
  ```bash
222
222
  pnpm run build
223
- pnpm run dev
223
+ pnpm run sandbox:dev
224
224
  ```
225
225
 
226
226
  4. **Format and lint** your code:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",