excalidrop 0.1.2 → 0.1.3

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "excalidrop",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Drop an Excalidraw canvas + MCP server into any project — per-project ports, one-command AI agent setup",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -19,6 +19,7 @@
19
19
  "dev:server": "npx tsc --watch",
20
20
  "production": "npm run build && npm run canvas",
21
21
  "postinstall": "node scripts/postinstall.mjs",
22
+ "prepare": "npm run build",
22
23
  "excalidrop": "node dist/cli.js",
23
24
  "prepublishOnly": "npm run build",
24
25
  "test:bind": "npm run build:server && node scripts/check-local-bind.mjs",