Skip to content

Commit

Permalink
Update example package names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkpiano committed Aug 21, 2024
1 parent 54c9d9e commit fa615c2
Show file tree
Hide file tree
Showing 47 changed files with 51 additions and 47 deletions.
2 changes: 1 addition & 1 deletion examples/7guis-1-counter-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "7guis-1-counter-vue",
"name": "@xstate/example-7guis-1-counter-vue",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/7guis-2-temperature-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "7guis-2-temperature-vue",
"name": "@xstate/example-7guis-2-temperature-vue",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion examples/7guis-counter-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
},
"name": "@xstate/example-7guis-counter-react"
}
2 changes: 1 addition & 1 deletion examples/7guis-flight-booker-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "7guis-flight-booker-react",
"name": "@xstate/example-7guis-flight-booker-react",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion examples/7guis-temperature-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
},
"name": "@xstate/example-7guis-temperature-react"
}
2 changes: 1 addition & 1 deletion examples/counter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "counter",
"name": "@xstate/example-counter",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/express-workflow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "express-workflow",
"name": "@xstate/example-express-workflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@xstate/examples-fetch",
"name": "@xstate/example-fetch",
"version": "1.0.0",
"private": true,
"main": "index.html",
Expand Down
3 changes: 2 additions & 1 deletion examples/friends-list-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
},
"name": "@xstate/example-friends-list-react"
}
2 changes: 1 addition & 1 deletion examples/mongodb-credit-check-api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "express-workflow",
"name": "@xstate/example-mongodb-credit-check-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/mongodb-persisted-state/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-mongodb-persisted-state",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/persisted-donut-maker/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-persisted-donut-maker",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/snake-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "snake-react",
"name": "@xstate/example-snake-react",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/stopwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "counter",
"name": "@xstate/example-stopwatch",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/store-counter-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "counter-react",
"name": "@xstate/example-store-counter-react",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
3 changes: 2 additions & 1 deletion examples/tic-tac-toe-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"@types/react-dom": "^17.0.25",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
},
"name": "@xstate/example-tic-tac-toe-react"
}
2 changes: 1 addition & 1 deletion examples/tiles/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "tiles",
"name": "@xstate/example-tiles",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/timer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "timer",
"name": "@xstate/example-timer",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/todomvc-react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "todomvc-react",
"name": "@xstate/example-todomvc-react",
"version": "0.0.1",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/toggle/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "toggle",
"name": "@xstate/example-toggle",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/trivia-game-example/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "trivia-game-example",
"name": "@xstate/example-trivia-game-example",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-accumulate-room-readings/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-accumulate-room-readings",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-applicant-request/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-applicant-request",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-async-function/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-async-function",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-async-subflow/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-async-subflow",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-book-lending/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-book-lending",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-car-auction-bids/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-car-auction-bids",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-car-vitals/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-car-vitals",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-check-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-check-inbox",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-credit-check/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-credit-check",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-event-based-service/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-event-based-service",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-event-based/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-event-based",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-event-greeting/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-event-greeting",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-filling-water/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-filling-water",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-finalize-college-app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-finalize-college-app",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-greeting/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-greeting",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-hello/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-hello",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-math-problem/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-math-problem",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-media-scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "mediaScanner",
"name": "@xstate/example-workflow-media-scanner",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-monitor-job/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-monitor-job",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-monitor-patient/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-monitor-patient",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-new-patient-onboarding/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-new-patient-onboarding",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-parallel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-parallel",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-provision-orders/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-provision-orders",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-purchase-order-deadline/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-purchase-order-deadline",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-reusing-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-reusing-functions",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion examples/workflow-send-cloudevent/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hello-workflow",
"name": "@xstate/example-workflow-send-cloudevent",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down

0 comments on commit fa615c2

Please sign in to comment.