@react-scad/core 0.1.16 → 0.1.17

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.
@@ -71,7 +71,7 @@ function serializeNode(node, indent, ctx) {
71
71
  }
72
72
  }
73
73
  }
74
- const CREDIT = "// Generated using react-scad (https://github.com/leonmeka/react-scad)";
74
+ const CREDIT = "// Generated using react-scad (https://github.com/react-scad/react-scad)";
75
75
  export function toScad(container) {
76
76
  const ctx = {
77
77
  serializeNode: (n, i) => serializeNode(n, i, ctx),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-scad/core",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "description": "Render JSX to OpenSCAD models using the React reconciler",
5
5
  "keywords": [
6
6
  "react",