Skip to content

Commit

Permalink
Merge pull request #18 from jbjonesjr/probot-upgrade-test-fix
Browse files Browse the repository at this point in the history
update probot, dependencies and fix tests
  • Loading branch information
jbjonesjr authored Sep 10, 2017
2 parents 77d5cea + b1d768e commit fc94a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: npm install

- save_cache:
paths:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"test": "mocha && xo --extend probot"
},
"dependencies": {
"chrono-node": "^1.3.4",
"bravey": "^0.1.2",
"chrono-node": "^1.3.4",
"moment": "^2.18.1",
"probot": "0.9.1",
"probot": "^0.11.0",
"probot-scheduler": "1.0.2"
},
"devDependencies": {
Expand Down

0 comments on commit fc94a39

Please sign in to comment.