Skip to content

Commit

Permalink
Merge pull request #98 from siguici/playwright
Browse files Browse the repository at this point in the history
🔒 Make the apps workspace private
  • Loading branch information
siguici authored Apr 7, 2024
2 parents 89b87f0 + bd676b4 commit 57a5c75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/deno-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "astro-deno-demo",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions apps/node-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "astro-demo",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@qwikdev/astro-website",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down

0 comments on commit 57a5c75

Please sign in to comment.