Skip to content

Commit

Permalink
Merge pull request clearlydefined#557 from lumaxis/cleanup-dependencies
Browse files Browse the repository at this point in the history
Cleanup dependencies
  • Loading branch information
lumaxis authored May 27, 2024
2 parents 6d0bff9 + c3694b1 commit 20192ee
Show file tree
Hide file tree
Showing 3 changed files with 201 additions and 597 deletions.
22 changes: 0 additions & 22 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,28 +38,6 @@
"console": "internalConsole",
"skipFiles": ["<node_internals>/**/*.js"],
"showAsyncStacks": true
},
{
"name": "Coverage",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/istanbul/lib/cli.js",
"stopOnEntry": false,
"args": ["cover", "${workspaceRoot}/node_modules/mocha/bin/_mocha", "${workspaceRoot}/test/unit/**/*.js"],
"cwd": "${workspaceRoot}",
"runtimeExecutable": null,
"runtimeArgs": ["--nolazy"],
"env": {
"NODE_ENV": "localhost"
},
"console": "internalConsole"
},
{
"type": "node",
"request": "launch",
"name": "Launch in WSL",
"useWSL": true,
"program": "${workspaceFolder}/index.js"
}
]
}
Loading

0 comments on commit 20192ee

Please sign in to comment.