Skip to content

Commit a6ff339

Browse files
committed
fix: mark examples private
1 parent 2a7b61e commit a6ff339

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

examples/form/package.json

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
11
{
2-
"name": "playground",
3-
"type": "module",
4-
"version": "0.0.1",
5-
"scripts": {
6-
"dev": "astro dev",
7-
"start": "astro dev",
8-
"build": "astro build",
9-
"preview": "astro preview",
10-
"astro": "astro"
11-
},
12-
"dependencies": {
13-
"@astrojs/node": "^7.0.0",
14-
"@astrojs/preact": "^3.0.1",
15-
"@astrojs/react": "^3.0.7",
16-
"@astrojs/tailwind": "^5.0.3",
17-
"@types/react": "^18.0.21",
18-
"@types/react-dom": "^18.0.6",
19-
"astro": "^4.0.7",
20-
"open-props": "^1.6.13",
21-
"preact": "^10.6.5",
22-
"react": "^18.0.0",
23-
"react-dom": "^18.0.0",
24-
"sanitize-html": "^2.11.0",
25-
"simple-stack-form": "^0.1.0",
26-
"tailwindcss": "^3.0.24",
27-
"zod": "^3.22.4"
28-
},
29-
"devDependencies": {
30-
"@types/sanitize-html": "^2.9.5"
31-
}
2+
"name": "@examples/form",
3+
"type": "module",
4+
"version": "0.0.0",
5+
"private": true,
6+
"scripts": {
7+
"dev": "astro dev",
8+
"start": "astro dev",
9+
"build": "astro build",
10+
"preview": "astro preview",
11+
"astro": "astro"
12+
},
13+
"dependencies": {
14+
"@astrojs/node": "^7.0.0",
15+
"@astrojs/preact": "^3.0.1",
16+
"@astrojs/react": "^3.0.7",
17+
"@astrojs/tailwind": "^5.0.3",
18+
"@types/react": "^18.0.21",
19+
"@types/react-dom": "^18.0.6",
20+
"astro": "^4.0.7",
21+
"open-props": "^1.6.13",
22+
"preact": "^10.6.5",
23+
"react": "^18.0.0",
24+
"react-dom": "^18.0.0",
25+
"sanitize-html": "^2.11.0",
26+
"simple-stack-form": "^0.1.0",
27+
"tailwindcss": "^3.0.24",
28+
"zod": "^3.22.4"
29+
},
30+
"devDependencies": {
31+
"@types/sanitize-html": "^2.9.5"
32+
}
3233
}

0 commit comments

Comments
 (0)