Skip to content

Commit

Permalink
Merge pull request #325 from yulii/chore/yarn-update
Browse files Browse the repository at this point in the history
Upgrade
  • Loading branch information
yulii committed Jan 18, 2020
2 parents 939208a + 97826d7 commit e36ebb8
Show file tree
Hide file tree
Showing 3 changed files with 612 additions and 505 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ setup:
yarn:
docker-compose run app yarn install

yarn-outdated:
docker-compose run app yarn outdated

test: yarn
docker-compose run app yarn test
docker-compose run app yarn lint
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
},
"dependencies": {
"coffeescript": "^1.12.7",
"moment-timezone": "^0.5.27",
"hubot": "^3.3.2",
"hubot-slack": "^4.7.1"
"hubot-slack": "^4.7.1",
"moment-timezone": "^0.5.27"
},
"devDependencies": {
"chai": "latest",
"coffee-coverage": "latest",
"coffeelint": "latest",
"coveralls": "latest",
"hubot-mock-adapter": "latest",
"nyc": "latest",
"mocha": "latest",
"nyc": "latest",
"sinon": "latest"
},
"engines": {
Expand Down
Loading

0 comments on commit e36ebb8

Please sign in to comment.