diff options
author | destruc7i0n <6181960+destruc7i0n@users.noreply.github.com> | 2019-02-11 20:06:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-11 20:06:46 -0500 |
commit | 1a4acf25e38d7ecbf4018abf089ca192358b3d14 (patch) | |
tree | 3041832d99401c104cd7706c9d0a6a9db9c8ed14 /package.json | |
parent | Merge pull request #33 from destruc7i0n/webhooks (diff) | |
parent | Local file support (diff) | |
download | shulker-1a4acf25e38d7ecbf4018abf089ca192358b3d14.tar.gz shulker-1a4acf25e38d7ecbf4018abf089ca192358b3d14.zip |
Merge pull request #37 from destruc7i0n/webhooks
Local file support
Diffstat (limited to '')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 081c541..0b03fca 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "axios": "^0.18.0", "discord.js": "^11.4.2", "emoji-strip": "^1.0.1", - "express": "^4.16.4" + "express": "^4.16.4", + "tail": "^2.0.1" }, "devDependencies": { "standard": "^12.0.1" |