Skip to content

Commit 5415dc9

Browse files
Chore: Update playground package.json to private (#20)
1 parent 90f0aae commit 5415dc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/playground/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "playground",
33
"type": "module",
44
"version": "0.0.1",
5+
"private": "true",
56
"scripts": {
67
"dev": "astro dev",
78
"start": "astro dev",
@@ -21,4 +22,4 @@
2122
"marked-alert": "2.0.1",
2223
"typescript": "^5.3.3"
2324
}
24-
}
25+
}

0 commit comments

Comments
 (0)