Skip to content

Commit

Permalink
fix: downgrade web-worker for compatibility. See developit/web-worker#44
Browse files Browse the repository at this point in the history
  • Loading branch information
josselinonduty committed Jun 6, 2024
1 parent ba22949 commit 8f23080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wraker",
"version": "0.1.1",
"version": "0.1.2",
"main": "./dist/wraker.js",
"module": "./dist/wraker.mjs",
"types": "./dist/wraker.d.ts",
Expand Down Expand Up @@ -39,6 +39,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"web-worker": "^1.2.0"
"web-worker": "~1.2.0"
}
}

0 comments on commit 8f23080

Please sign in to comment.