* Update packages
* Remove application/x-arj from mimeUtils hack - is included in mime-db now.
This commit is contained in:
parent
bbd5ff7de3
commit
3f942871ae
|
@ -14,7 +14,6 @@ function startup(cb) {
|
|||
// Add in types (not yet) supported by mime-db -- and therefor, mime-types
|
||||
//
|
||||
const ADDITIONAL_EXT_MIMETYPES = {
|
||||
arj : 'application/x-arj',
|
||||
ans : 'text/x-ansi',
|
||||
gz : 'application/gzip', // not in mime-types 2.1.15 :(
|
||||
};
|
||||
|
|
32
package.json
32
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "enigma-bbs",
|
||||
"version": "0.0.7-alpha",
|
||||
"version": "0.0.8-alpha",
|
||||
"description": "ENiGMA½ Bulletin Board System",
|
||||
"author": "Bryan Ashby <bryan@l33t.codes>",
|
||||
"license": "BSD-2-Clause",
|
||||
|
@ -19,34 +19,34 @@
|
|||
"retro"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "^2.4.0",
|
||||
"async": "^2.5.0",
|
||||
"binary": "0.3.x",
|
||||
"buffers": "NuSkooler/node-buffers",
|
||||
"bunyan": "^1.8.10",
|
||||
"farmhash": "^1.2.1",
|
||||
"fs-extra": "^3.0.1",
|
||||
"bunyan": "^1.8.12",
|
||||
"exiftool": "^0.0.3",
|
||||
"farmhash": "^2.0.1",
|
||||
"fs-extra": "^4.0.1",
|
||||
"gaze": "^1.1.2",
|
||||
"graceful-fs": "^4.1.11",
|
||||
"hashids": "^1.1.1",
|
||||
"hjson": "^2.4.2",
|
||||
"iconv-lite": "^0.4.17",
|
||||
"inquirer": "^3.0.6",
|
||||
"hjson": "^3.1.0",
|
||||
"iconv-lite": "^0.4.18",
|
||||
"inquirer": "^3.2.3",
|
||||
"later": "1.2.0",
|
||||
"lodash": "^4.17.4",
|
||||
"mime-types": "^2.1.15",
|
||||
"mime-types": "^2.1.17",
|
||||
"minimist": "1.2.x",
|
||||
"moment": "^2.18.1",
|
||||
"nodemailer": "^4.0.1",
|
||||
"node-glob": "^1.2.0",
|
||||
"nodemailer": "^4.1.0",
|
||||
"ptyw.js": "NuSkooler/ptyw.js",
|
||||
"sanitize-filename": "^1.6.1",
|
||||
"sqlite3": "^3.1.1",
|
||||
"sqlite3": "^3.1.9",
|
||||
"ssh2": "^0.5.5",
|
||||
"temptmp": "^1.0.0",
|
||||
"uuid": "^3.0.1",
|
||||
"uuid": "^3.1.0",
|
||||
"uuid-parse": "^1.0.0",
|
||||
"ws" : "^3.0.0",
|
||||
"graceful-fs" : "^4.1.11",
|
||||
"exiftool" : "^0.0.3",
|
||||
"node-glob" : "^1.2.0"
|
||||
"ws": "^3.1.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
|
|
Loading…
Reference in New Issue