Skip to content

Commit

Permalink
Bump deps to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymholt committed Jun 25, 2019
1 parent 3d80388 commit abb3917
Show file tree
Hide file tree
Showing 3 changed files with 3,109 additions and 3,207 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": ["--compilers", "ts:ts-node/register"],
"args": ["-r", "ts-node/register", "./test/**/*.ts"],
"cwd": "${workspaceRoot}",
"env": {
"NODE_ENV": "development"
Expand Down
Loading

0 comments on commit abb3917

Please sign in to comment.