Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Jul 1, 2024
1 parent 404bf35 commit 5868f02
Show file tree
Hide file tree
Showing 5 changed files with 1,422 additions and 3,612 deletions.
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch via NPM",
"request": "launch",
"runtimeArgs": [
"test"
"name": "Launch Program",
"program": "${workspaceFolder}/node_modules/.bin/ava",
"args": [
"./lib/test/test.js"
],
"runtimeExecutable": "npm",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "pwa-node"
"type": "node"
}
]
}
Loading

0 comments on commit 5868f02

Please sign in to comment.