Skip to content

Commit

Permalink
Merge branch 'dev/drop_debug' into dev/next
Browse files Browse the repository at this point in the history
  • Loading branch information
TemaSM committed Jul 18, 2019
2 parents 1da7729 + 8de439b commit 50b67d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"program": "${workspaceRoot}/examples/simple.js",
"env": {
"BOT_TOKEN": "<YOUR_BOT_TOKEN>",
"DEBUG": "telegraf:*"
"DEBUG": "telegraf:session-local:*"
},
"console": "integratedTerminal"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"jsdoc": "node_modules/.bin/jsdoc -c jsdoc.json"
},
"dependencies": {
"debug": "^4.1.1",
"lowdb": "^1.0.0"
},
"peerDependencies": {
"debug": "^2.0.0 || ^3.0.0 || ^4.0.0",
"telegraf": "^2.0.0 || ^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 50b67d3

Please sign in to comment.