Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadman97 committed Mar 4, 2024
1 parent e87ae09 commit c826c1e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/rrvideo/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "rrvideo",
"name": "@highlight-run/rrvideo",
"version": "2.0.0-alpha.11",
"description": "transform rrweb session into video",
"main": "build/index.js",
Expand All @@ -11,7 +11,6 @@
"scripts": {
"install": "playwright install",
"build": "tsc",
"test": "jest",
"check-types": "tsc -noEmit",
"prepublish": "yarn build"
},
Expand All @@ -23,8 +22,10 @@
"@types/jest": "^27.4.1",
"@types/minimist": "^1.2.1",
"@types/node": "^18.15.11",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
"jest": "27.5.1",
"jest-environment-jsdom": "27.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@highlight-run/rrweb-player": "workspace:*",
Expand Down

0 comments on commit c826c1e

Please sign in to comment.