Skip to content

Commit

Permalink
chore: 🤖 Change npm scope to @fleek-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmpinto committed Sep 11, 2024
1 parent d5ea9b1 commit f8c5f3d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/app-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@example/shared": "workspace:*",
"@open-next/utils": "workspace:*",
"next": "^14.0.3",
"@fleekxyz/open-next": "workspace:*",
"@fleek-platform/open-next": "workspace:*",
"react": "latest",
"react-dom": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@example/shared": "workspace:*",
"@open-next/utils": "workspace:*",
"next": "^14.1.4",
"@fleekxyz/open-next": "workspace:*",
"@fleek-platform/open-next": "workspace:*",
"react": "latest",
"react-dom": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/open-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"publishConfig": {
"access": "public"
},
"name": "@fleekxyz/open-next",
"name": "@fleek-platform/open-next",
"version": "3.1.2",
"bin": {
"open-next": "./dist/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/tests-unit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@fleekxyz/open-next": "workspace:*",
"@fleek-platform/open-next": "workspace:*",
"@open-next/utils": "workspace:*"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f8c5f3d

Please sign in to comment.