Skip to content
Snippets Groups Projects
Unverified Commit bafa0e8f authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Move packages `mime-types` and `file-type` to root

parent 88c96dc1
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,8 @@
"bcrypt": "^1.0.2",
"moment": "^2.17.1",
"moment-timezone": "^0.5.11",
"toastr": "^2.1.2"
"toastr": "^2.1.2",
"mime-types": "2.1.13",
"file-type": "4.0.0"
}
}
......@@ -20,6 +20,5 @@ Package.onUse(function(api) {
});
Npm.depends({
'image-size': '0.4.0',
'mime-types': '2.1.9'
'image-size': '0.4.0'
});
......@@ -47,6 +47,5 @@ Package.onUse(function(api) {
});
Npm.depends({
'mime-types': '2.1.11',
'filesize': '3.3.0'
});
......@@ -55,6 +55,5 @@ Package.onUse(function(api) {
Npm.depends({
'adm-zip': '0.4.7',
'bson': '0.5.5',
'file-type': '4.0.0'
'bson': '0.5.5'
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment