Удалил пакет detect-file-type

This commit is contained in:
Book Pauk
2019-02-27 17:46:39 +07:00
parent f0f245884f
commit 4d6502f5e2
2 changed files with 1 additions and 7 deletions

7
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "Liberama", "name": "Liberama",
"version": "0.3.2", "version": "0.4.7",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -3291,11 +3291,6 @@
"integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=", "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
"dev": true "dev": true
}, },
"detect-file-type": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/detect-file-type/-/detect-file-type-0.2.0.tgz",
"integrity": "sha512-RO/pUyKObaN3KZFVAxTzq6zUIweCu45deaUj2ZpbA1wCrmHeHYHpCXT6ZMLtlMtYSgEbpGuCxzQz8a9IuwOfNw=="
},
"detect-indent": { "detect-indent": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz",

View File

@@ -62,7 +62,6 @@
"decompress": "^4.2.0", "decompress": "^4.2.0",
"decompress-bzip2": "^4.0.0", "decompress-bzip2": "^4.0.0",
"decompress-gz": "0.0.1", "decompress-gz": "0.0.1",
"detect-file-type": "^0.2.0",
"element-ui": "^2.4.11", "element-ui": "^2.4.11",
"express": "^4.16.4", "express": "^4.16.4",
"fg-loadcss": "^2.1.0", "fg-loadcss": "^2.1.0",