Skip to content

Commit

Permalink
Chore: Update playground package.json to private (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Feb 26, 2024
1 parent 90f0aae commit 5415dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "playground",
"type": "module",
"version": "0.0.1",
"private": "true",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -21,4 +22,4 @@
"marked-alert": "2.0.1",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 5415dc9

Please sign in to comment.