Skip to content

Commit

Permalink
Fix invalid name
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueRhea committed Aug 9, 2023
1 parent d755c92 commit 6de037a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@remix-themes", "www"]],
"fixed": [["@remix/themes", "www"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
2 changes: 1 addition & 1 deletion examples/www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"isbot": "^3.6.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@remix-themes": "workspace:*"
"@remix/themes": "workspace:*"
},
"devDependencies": {
"@remix-run/dev": "^1.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@remix-themes",
"name": "@remix/themes",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
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 6de037a

Please sign in to comment.