Skip to content

Commit

Permalink
fix: add missing @types/chrome package to todomvc-crx
Browse files Browse the repository at this point in the history
  • Loading branch information
ruifigueira committed Apr 19, 2024
1 parent 349cc02 commit 8621b28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/todomvc-crx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todomvc-crx",
"version":"0.6.0-next",
"version": "0.6.0-next",
"type": "module",
"keywords": [],
"author": "",
Expand All @@ -9,9 +9,10 @@
"build": "tsc && vite build"
},
"dependencies": {
"playwright-crx":"0.6.0-next"
"playwright-crx": "0.6.0-next"
},
"devDependencies": {
"@types/chrome": "^0.0.266",
"typescript": "^5.1.3",
"vite": "^4.3.9"
}
Expand Down
11 changes: 11 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8621b28

Please sign in to comment.