Skip to content

Commit

Permalink
Rename package names
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykay-p committed Dec 9, 2020
1 parent 4353398 commit f34bbbf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions packages/dodam-components/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dodam-components",
"name": "@dodam/components",
"version": "0.0.1",
"description": "",
"main": "index.ts",
Expand All @@ -8,9 +8,5 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
"license": "ISC"
}
2 changes: 1 addition & 1 deletion packages/dodam-server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dodam-server",
"name": "@dodam/server",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/dodam/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dodam",
"name": "@dodam/web",
"version": "0.1.0",
"private": true,
"scripts": {
Expand All @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"dodam-components": "0.0.1",
"@dodam/components": "0.0.1",
"next": "10.0.3",
"react": "17.0.1",
"react-dom": "17.0.1"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7770,7 +7770,7 @@ rc@^1.2.7, rc@^1.2.8:
minimist "^1.2.0"
strip-json-comments "~2.0.1"

[email protected], react-dom@^17.0.1:
[email protected]:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-17.0.1.tgz#1de2560474ec9f0e334285662ede52dbc5426fc6"
integrity sha512-6eV150oJZ9U2t9svnsspTMrWNyHc6chX0KzDeAOXftRa8bNeOKTTfCJ7KorIwenkHd2xqVTBTCZd79yk/lx/Ug==
Expand All @@ -7789,7 +7789,7 @@ [email protected]:
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.8.3.tgz#721d4657672d400c5e3c75d063c4a85fb2d5d68f"
integrity sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==

[email protected], react@^17.0.1:
[email protected]:
version "17.0.1"
resolved "https://registry.yarnpkg.com/react/-/react-17.0.1.tgz#6e0600416bd57574e3f86d92edba3d9008726127"
integrity sha512-lG9c9UuMHdcAexXtigOZLX8exLWkW0Ku29qPRU8uhF2R9BN96dLCt0psvzPLlHc5OWkgymP3qwTRgbnw5BKx3w==
Expand Down

0 comments on commit f34bbbf

Please sign in to comment.