Skip to content

Commit

Permalink
chore: mark example projects as private (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
rturnq authored Jan 15, 2025
1 parent c1dc27b commit 74e93a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "netlify-example",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "marko-run build",
Expand Down
1 change: 1 addition & 0 deletions examples/node-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "node-express-example",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "marko-run build src/index.ts",
Expand Down
1 change: 1 addition & 0 deletions examples/static/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "static-example",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "marko-run build",
Expand Down
1 change: 1 addition & 0 deletions examples/zero-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "zero-config-example",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"build": "marko-run build",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"private": true,
"type": "module",
"workspaces": [
"./packages/*",
"./packages/adapters/*",
Expand Down

0 comments on commit 74e93a3

Please sign in to comment.