aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-30 15:16:24 +0100
committerChocobozzz <me@florianbigard.com>2018-01-30 15:16:24 +0100
commitf076daa76a32074cba162459e38fa8c130ad42d0 (patch)
treeea8a92d6305afa158b7774b65e9e6098cc094b92 /package.json
parentecb4e35f4e6c7304cb274593c13cb47fd5078b75 (diff)
downloadPeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.tar.gz
PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.tar.zst
PeerTube-f076daa76a32074cba162459e38fa8c130ad42d0.zip
Add tests for emails
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 1b06bcba1..012bc11f5 100644
--- a/package.json
+++ b/package.json
@@ -109,6 +109,7 @@
109 "@types/kue": "^0.11.8", 109 "@types/kue": "^0.11.8",
110 "@types/lodash": "^4.14.64", 110 "@types/lodash": "^4.14.64",
111 "@types/magnet-uri": "^5.1.1", 111 "@types/magnet-uri": "^5.1.1",
112 "@types/maildev": "^0.0.1",
112 "@types/mkdirp": "^0.5.1", 113 "@types/mkdirp": "^0.5.1",
113 "@types/mocha": "^2.2.42", 114 "@types/mocha": "^2.2.42",
114 "@types/morgan": "^1.7.32", 115 "@types/morgan": "^1.7.32",
@@ -125,6 +126,7 @@
125 "@types/webtorrent": "^0.98.4", 126 "@types/webtorrent": "^0.98.4",
126 "@types/ws": "^4.0.0", 127 "@types/ws": "^4.0.0",
127 "chai": "^4.1.1", 128 "chai": "^4.1.1",
129 "maildev": "^1.0.0-rc3",
128 "mocha": "^5.0.0", 130 "mocha": "^5.0.0",
129 "nodemon": "^1.11.0", 131 "nodemon": "^1.11.0",
130 "source-map-support": "^0.5.0", 132 "source-map-support": "^0.5.0",