Skip to content

Commit

Permalink
updated package.json name to use murrieta namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
etnlbck committed Dec 12, 2024
1 parent 4bfba62 commit 23d88e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "eslint ./stories/*.stories.tsx --max-warnings 0"
},
"dependencies": {
"@acme/ui": "*",
"@murrieta/ui": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acme/ui",
"version": "0.0.0",
"name": "@murrieta/ui",
"version": "0.0.1",
"sideEffects": false,
"license": "MIT",
"exports": {
Expand Down

0 comments on commit 23d88e5

Please sign in to comment.