Update 0.7.3: Update to markov-strings 3.0

This commit is contained in:
Charlie Laabs
2020-10-18 16:53:25 -05:00
parent 1765bb5e00
commit b1cbae8618
4 changed files with 33 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "markbot",
"version": "0.7.2",
"version": "0.7.3",
"description": "A conversational Markov chain bot for Discord",
"main": "index.js",
"scripts": {
@@ -28,7 +28,7 @@
"bufferutil": "^4.0.1",
"discord.js": "^12.3.1",
"erlpack": "^0.1.3",
"markov-strings": "^2.1.0",
"markov-strings": "^3.0.1",
"node-schedule": "^1.3.2",
"source-map-support": "^0.5.16",
"zlib-sync": "^0.1.7"
@@ -53,4 +53,4 @@
"eslintIgnore": [
"**/*.js"
]
}
}