@stonecrop/node-editor 0.5.0 → 0.6.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/node-editor",
3
- "version": "0.5.0",
3
+ "version": "0.6.1",
4
4
  "description": "Node editor UI for Stonecrop",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -66,7 +66,7 @@
66
66
  "prepublish": "heft build && vite build && rushx docs",
67
67
  "build": "heft build && vite build && rushx docs",
68
68
  "dev": "vite",
69
- "docs": "cd ../common/autoinstallers/doc-tools && node generate-docs.mjs node_editor",
69
+ "docs": "bash ../common/scripts/run-docs.sh node_editor",
70
70
  "lint": "eslint .",
71
71
  "preview": "vite preview"
72
72
  }