@react-scad/core 0.1.10 → 0.1.11

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
@@ -180,10 +180,10 @@ All listed SCAD primitives and operations are implemented. Prop names follow SCA
180
180
  3. **Build and test** before committing:
181
181
  ```bash
182
182
  pnpm run build
183
- pnpm run dev # optional: smoke-test the example
183
+ pnpm run dev
184
184
  ```
185
185
 
186
- 4. **Format and lint** (all code in the repo):
186
+ 4. **Format and lint** your code:
187
187
  ```bash
188
188
  pnpm run format
189
189
  pnpm run lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",