@geekybones/editor-kit 2.0.0 → 2.0.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 (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @geekybones/editor-kit
1
+ # EditorKit by [GeekyBones](https://geekybones.com)
2
2
 
3
3
  A modular, extensible canvas editor built on [PixiJS v8](https://pixijs.com). Compose only the features you need — elements, history, camera, snap, serialization, and more — through a clean extension system.
4
4
 
@@ -102,3 +102,7 @@ cd playground
102
102
  npm install
103
103
  npm run dev
104
104
  ```
105
+
106
+ ---
107
+
108
+ Built with the help of [Claude Code](https://claude.ai/code).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geekybones/editor-kit",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Canvas editor built on PixiJS v8. Compose only the features you need — elements, history, camera, snap, alignment, serialization, and more.",
5
5
  "author": "Manoj Kumar <manoj@geekybones.com>",
6
6
  "license": "MIT",