Skip to content

Commit

Permalink
Switch to bare-url
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Oct 1, 2024
1 parent 24fe6ad commit 9f8c46d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/worker-thread.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const Channel = require('bare-channel')
const Module = require('bare-module')
const os = require('bare-os')
const url = require('url-file-url')
const url = require('bare-url')
const MessagePort = require('./message-port')
const worker = require('..')
const { Thread } = Bare
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bare-events": "^2.2.1",
"bare-module": "^4.0.0",
"bare-os": "^3.0.1",
"url-file-url": "^1.0.2"
"bare-url": "^2.0.1"
},
"devDependencies": {
"brittle": "^3.2.1",
Expand Down

0 comments on commit 9f8c46d

Please sign in to comment.