Skip to content

Commit

Permalink
chore: unify package name in e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
mvarendorff committed Jan 6, 2024
1 parent 99a6a03 commit 8455093
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "e2e",
"name": "@yestheory.family/e2e",
"devDependencies": {
"@atmina/linting": "^2.0.1",
"@playwright/test": "^1.40.1",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8011,6 +8011,20 @@ __metadata:
languageName: unknown
linkType: soft

"@yestheory.family/e2e@workspace:packages/e2e":
version: 0.0.0-use.local
resolution: "@yestheory.family/e2e@workspace:packages/e2e"
dependencies:
"@atmina/linting": "npm:^2.0.1"
"@playwright/test": "npm:^1.40.1"
"@types/eslint": "npm:^8.56.0"
"@types/node": "npm:^20.10.5"
dotenv: "npm:^16.3.1"
eslint: "npm:^8.56.0"
prettier: "npm:^3.1.1"
languageName: unknown
linkType: soft

"@yestheory.family/scripts@workspace:packages/scripts":
version: 0.0.0-use.local
resolution: "@yestheory.family/scripts@workspace:packages/scripts"
Expand Down Expand Up @@ -11171,20 +11185,6 @@ __metadata:
languageName: node
linkType: hard

"e2e@workspace:packages/e2e":
version: 0.0.0-use.local
resolution: "e2e@workspace:packages/e2e"
dependencies:
"@atmina/linting": "npm:^2.0.1"
"@playwright/test": "npm:^1.40.1"
"@types/eslint": "npm:^8.56.0"
"@types/node": "npm:^20.10.5"
dotenv: "npm:^16.3.1"
eslint: "npm:^8.56.0"
prettier: "npm:^3.1.1"
languageName: unknown
linkType: soft

"eastasianwidth@npm:^0.2.0":
version: 0.2.0
resolution: "eastasianwidth@npm:0.2.0"
Expand Down

0 comments on commit 8455093

Please sign in to comment.