Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Update to probot 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 11, 2018
1 parent 0cf2578 commit 7e70ce3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
APP_ID=
WEBHOOK_SECRET=development

# Uncomment to not actually mark issues
# DRY_RUN=true
# Uncomment this to get verbose logging; use `info` to show less
# LOG_LEVEL=trace

# Go to https://smee.io/new set this to the URL that you are redirected to.
# WEBHOOK_PROXY_URL=
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest && standard"
},
"dependencies": {
"probot": "^3.0.0",
"probot": "^5.0.0",
"probot-scheduler": "^1.0.2",
"standard": "^10.0.3"
},
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"jest": "^22.2.2",
"localtunnel": "^1.8.3"
"smee-client": "^1.0.1"
},
"standard": {
"env": [
Expand Down

0 comments on commit 7e70ce3

Please sign in to comment.