@zoneflow/themes 0.0.4 → 0.0.5

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 +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@
14
14
  ## 설치
15
15
 
16
16
  ```bash
17
- pnpm add @zoneflow/themes @zoneflow/react @zoneflow/core
17
+ pnpm add @zoneflow/themes @zoneflow/react @zoneflow/core react react-dom
18
18
  ```
19
19
 
20
20
  ## 사용 예제
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@zoneflow/themes",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
+ "license": "MIT",
4
5
  "description": "Preset renderer and editor themes for Zoneflow.",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",
@@ -18,8 +19,8 @@
18
19
  "dist"
19
20
  ],
20
21
  "dependencies": {
21
- "@zoneflow/react": "0.0.4",
22
- "@zoneflow/renderer-dom": "0.0.4"
22
+ "@zoneflow/react": "0.0.5",
23
+ "@zoneflow/renderer-dom": "0.0.5"
23
24
  },
24
25
  "scripts": {
25
26
  "build": "tsc -p tsconfig.json",