Skip to content

Commit

Permalink
chore: move "React example" to "examples" directory (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
tien authored Oct 15, 2024
1 parent ae6fc39 commit 7eb734c
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions apps/example/package.json → examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@reactive-dot/example",
"version": "0.0.0",
"name": "@reactive-dot/example-react",
"private": true,
"type": "module",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"workspaces": [
"apps/*",
"examples/*",
"packages/*"
],
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4590,9 +4590,9 @@ __metadata:
languageName: node
linkType: hard

"@polkadot-api/descriptors@portal:.papi/descriptors::locator=%40reactive-dot%2Fexample%40workspace%3Aapps%2Fexample":
"@polkadot-api/descriptors@portal:.papi/descriptors::locator=%40reactive-dot%2Fexample-react%40workspace%3Aexamples%2Freact":
version: 0.0.0-use.local
resolution: "@polkadot-api/descriptors@portal:.papi/descriptors::locator=%40reactive-dot%2Fexample%40workspace%3Aapps%2Fexample"
resolution: "@polkadot-api/descriptors@portal:.papi/descriptors::locator=%40reactive-dot%2Fexample-react%40workspace%3Aexamples%2Freact"
peerDependencies:
polkadot-api: "*"
languageName: node
Expand Down Expand Up @@ -4847,9 +4847,9 @@ __metadata:
languageName: unknown
linkType: soft

"@reactive-dot/example@workspace:apps/example":
"@reactive-dot/example-react@workspace:examples/react":
version: 0.0.0-use.local
resolution: "@reactive-dot/example@workspace:apps/example"
resolution: "@reactive-dot/example-react@workspace:examples/react"
dependencies:
"@polkadot-api/descriptors": "portal:.papi/descriptors"
"@reactive-dot/eslint-config": "workspace:^"
Expand Down

0 comments on commit 7eb734c

Please sign in to comment.