Skip to content

Commit

Permalink
Updated playwright and removed the include in tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandercerutti committed Jan 23, 2024
1 parent 0756170 commit 6288ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/captions-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/alexandercerutti/sub37#readme",
"devDependencies": {
"@playwright/test": "^1.28.1"
"@playwright/test": "^1.41.1"
},
"files": [
"lib/**/*.+(js|d.ts)!(*.map)"
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
"paths": {
"@sub37/*": ["packages/*/src"]
}
},
"include": ["packages/**/src/**/*"]
}
}

1 comment on commit 6288ca6

@vercel
Copy link

@vercel vercel bot commented on 6288ca6 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.