Switch to eris dev yet again
This commit is contained in:
parent
1b4348fcb3
commit
636161ad99
2 changed files with 9 additions and 10 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"cowsay2": "^2.0.4",
|
||||
"dotenv": "^9.0.2",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"eris": "^0.15.1",
|
||||
"eris": "github:abalabahaha/eris#dev",
|
||||
"eris-fleet": "github:esmBot/eris-fleet",
|
||||
"file-type": "^16.1.0",
|
||||
"format-duration": "^1.4.0",
|
||||
|
@ -1134,11 +1134,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eris": {
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/eris/-/eris-0.15.1.tgz",
|
||||
"integrity": "sha512-IQ3BPW6OjgFoqjdh+irPOa1jFlkotk+WNu2GQQ7QAQfbzQEPZgn+F+hpOxfMUXPHOZMX4sPKLkVDkMHAssBYhw==",
|
||||
"version": "0.16.0-dev",
|
||||
"resolved": "git+ssh://git@github.com/abalabahaha/eris.git#daedb2b416d0d3f880668ebed719477d9be59b2d",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ws": "^7.2.1"
|
||||
"ws": "^7.4.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.4.0"
|
||||
|
@ -4603,13 +4603,12 @@
|
|||
}
|
||||
},
|
||||
"eris": {
|
||||
"version": "0.15.1",
|
||||
"resolved": "https://registry.npmjs.org/eris/-/eris-0.15.1.tgz",
|
||||
"integrity": "sha512-IQ3BPW6OjgFoqjdh+irPOa1jFlkotk+WNu2GQQ7QAQfbzQEPZgn+F+hpOxfMUXPHOZMX4sPKLkVDkMHAssBYhw==",
|
||||
"version": "git+ssh://git@github.com/abalabahaha/eris.git#daedb2b416d0d3f880668ebed719477d9be59b2d",
|
||||
"from": "eris@abalabahaha/eris#dev",
|
||||
"requires": {
|
||||
"opusscript": "^0.0.8",
|
||||
"tweetnacl": "^1.0.1",
|
||||
"ws": "^7.2.1"
|
||||
"ws": "^7.4.6"
|
||||
}
|
||||
},
|
||||
"eris-fleet": {
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
"cowsay2": "^2.0.4",
|
||||
"dotenv": "^9.0.2",
|
||||
"emoji-regex": "^9.2.2",
|
||||
"eris": "^0.15.1",
|
||||
"eris": "github:abalabahaha/eris#dev",
|
||||
"eris-fleet": "github:esmBot/eris-fleet",
|
||||
"file-type": "^16.1.0",
|
||||
"format-duration": "^1.4.0",
|
||||
|
|
Loading…
Reference in a new issue