Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.4.4'
Browse files Browse the repository at this point in the history
* hotfix/v0.4.4:
  Release hotfix v0.4.4
  Update dependencies
  • Loading branch information
dsibilly committed Jun 13, 2019
2 parents 1e4c591 + c242cad commit e620b95
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 63 deletions.
84 changes: 27 additions & 57 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
},
"dependencies": {
"@babel/runtime": "~7.4.5",
"@dsibilly/dice-tower": "~1.3.0",
"@dsibilly/dice-tower": "~1.4.0",
"bunyan": "~2.0.2",
"countdown": "~2.6.0",
"debug": "^2.6.9",
"debug": "~2.6.9",
"discord.js": "~11.4.2",
"isotropic-error": "~0.10.0",
"isotropic-make": "~0.10.0",
"node-rest-client": "~3.1.0",
"number-to-words": "~1.2.4",
"pad-start": "~1.0.2",
"parse-duration": "~0.1.1",
"presage": "~0.2.0",
"presage": "~0.2.2",
"request": "~2.88.0",
"request-promise-native": "~1.0.5",
"source-rcon-client": "0.0.2",
"source-rcon-client": "~0.0.4",
"uuid": "~3.3.2",
"wikijs": "~4.11.1"
},
Expand All @@ -53,7 +53,7 @@
"eslint": "~5.16.0",
"eslint-plugin-isotropic": "~0.4.0",
"mocha": "~6.1.4",
"nyc": "^14.1.1",
"nyc": "~14.1.1",
"pre-commit": "~1.2.2"
},
"eslintConfig": {
Expand Down Expand Up @@ -118,5 +118,5 @@
"start": "node lib/index.js | bunyan -L",
"test": "cross-env BABEL_ENV=test nyc mocha"
},
"version": "0.4.3"
"version": "0.4.4"
}

0 comments on commit e620b95

Please # to comment.