Skip to content

Commit 9719ba6

Browse files
authored
Merge pull request #114 from local-first-web/playwright-dep-to-root
move playwright dep to root
2 parents d3a0304 + 75c5a87 commit 9719ba6

File tree

3 files changed

+188
-154
lines changed

3 files changed

+188
-154
lines changed

demos/automerge-repo-todos/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"ua-parser-js": "^1.0.37"
3838
},
3939
"devDependencies": {
40-
"@playwright/test": "^1.40.1",
4140
"@types/node": "^18.18.13",
4241
"@types/react": "^18.0.26",
4342
"@types/react-dom": "^18.0.9",

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"name": "@localfirst/auth-monorepo",
33
"version": "6.0.0-alpha.6",
44
"private": true,
5+
"description": "Monorepo for @localfirst/auth",
6+
"repository": "http://github.com/local-first-web/auth",
7+
"license": "MIT",
58
"author": {
69
"name": "Herb Caudill",
710
"email": "[email protected]"
811
},
9-
"description": "Monorepo for @localfirst/auth",
10-
"repository": "http://github.com/local-first-web/auth",
11-
"license": "MIT",
1212
"type": "module",
1313
"scripts": {
1414
"build": "pnpm -r build",
@@ -35,6 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@herbcaudill/random": "^0.3.0",
38+
"@playwright/test": "^1.40.1",
3839
"@types/body-parser": "^1.19.5",
3940
"@types/cors": "^2.8.17",
4041
"@types/debug": "^4.1.12",

0 commit comments

Comments
 (0)