Skip to content

Commit

Permalink
Clean up names and descriptions of vite examples (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Campolo authored Feb 5, 2022
1 parent b63761b commit f992a83
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions examples/vite-cloudflare-hn/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko-hackernews",
"description": "Simple Hackernews demo",
"name": "marko-vite-cloudflare-hackernews-example",
"description": "Hacker News demo with Marko, Vite, and Cloudflare",
"version": "1.0.0",
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko-hackernews",
"description": "Simple Hackernews demo",
"name": "marko-vite-cloudflare-example",
"description": "Sample app that demonstrates the power of building UI components using Marko, Vite, and Cloudflare",
"version": "1.0.0",
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko-vite-example",
"description": "Sample app that demonstrates the power of building UI components using Marko and Vite",
"name": "marko-vite-express-example",
"description": "Sample app that demonstrates the power of building UI components using Marko, Vite, and Express",
"version": "1.0.0",
"dependencies": {
"@marko/express": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marko-vite-fastify-example",
"description": "Sample app that demonstrates the power of building UI components using Marko, Vite and Fastify",
"name": "marko-vite-http-example",
"description": "Sample app that demonstrates the power of building UI components using Marko, Vite and an HTTP Server",
"version": "1.0.0",
"dependencies": {
"accepts": "^1.3.7",
Expand Down

0 comments on commit f992a83

Please sign in to comment.