Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jun 17, 2019
1 parent 9ab94ec commit 22ec41d
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 54 deletions.
35 changes: 35 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Attach",
"port": 9229,
"protocol": "inspector",
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/**/*.js"
],
},
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/bot.ts",
"preLaunchTask": "tsc: build - tsconfig.json",
"sourceMaps": true,
"outFiles": [
"${workspaceRoot}/dist/**/*.js"
],
"cwd": "${workspaceRoot}",
"env": {
"AWS_REGION": "us-west-2"
},
"protocol": "inspector"
}
]
}
226 changes: 177 additions & 49 deletions package-lock.json

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

Loading

0 comments on commit 22ec41d

Please sign in to comment.