Use Eris 0.10.0 instead of #dev

master
Dragory 2019-06-15 15:02:29 +03:00
parent 6058fe9dac
commit 977ecbe5a2
3 changed files with 7 additions and 3 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## v2.24.0
* Switch to the new stable version of Eris (0.10.0) instead of the dev version
## v2.23.2
* Update Node.js version check at startup to require Node.js 10

5
package-lock.json generated
View File

@ -646,8 +646,9 @@
"dev": true
},
"eris": {
"version": "github:abalabahaha/eris#3f35fb81e38879dd57b06f49a4b206861931e4d0",
"from": "github:abalabahaha/eris#dev",
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/eris/-/eris-0.10.0.tgz",
"integrity": "sha512-xAvmD4wsE5mwuiP+wy8RiarjiuwCylSsglKqru4J4sk0/WGOnSOfEZf43YLx/TcF4J1D4B2VMTq38446Bk1x1Q==",
"requires": {
"opusscript": "^0.0.4",
"tweetnacl": "^1.0.0",

View File

@ -15,7 +15,7 @@
"url": "https://github.com/Dragory/modmailbot"
},
"dependencies": {
"eris": "github:abalabahaha/eris#dev",
"eris": "^0.10.0",
"humanize-duration": "^3.12.1",
"json5": "^1.0.1",
"knex": "^0.15.2",