Skip to content

Commit

Permalink
chore: rename next app
Browse files Browse the repository at this point in the history
  • Loading branch information
tonai committed Oct 5, 2023
1 parent 4bac040 commit 644320b
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": ["web"]
"ignore": ["next-app"]
}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Private configuration packages:

Private integration testing packages:

- apps/web: Next.js testing app
- apps/next: Next.js testing app

## Root commands

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.
2 changes: 1 addition & 1 deletion apps/web/package.json → apps/next/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "web",
"name": "next-app",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes
File renamed without changes.
49 changes: 36 additions & 13 deletions package-lock.json

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

0 comments on commit 644320b

Please sign in to comment.