Skip to content

Commit 49c7d94

Browse files
committed
chore: rename playground to virtual-dom
1 parent a0d8dda commit 49c7d94

File tree

10 files changed

+3
-3
lines changed

10 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"dev": "tsup --watch src",
8888
"build:fix": "esno scripts/postbuild.ts",
8989
"lint": "eslint .",
90-
"play": "npm -C playground/dom run dev",
90+
"play": "npm -C playground/virtual-dom run dev",
9191
"play:vapor": "npm -C playground/vapor run dev",
9292
"prepublishOnly": "npm run build",
9393
"release": "bumpp && npm publish",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

pnpm-workspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
packages:
2-
- playground/dom
3-
- playground/vapor
2+
- playground/virtual-dom
3+
# - playground/vapor

0 commit comments

Comments
 (0)