From ce74e0affcb2021da9ea98103773bb0f036de049 Mon Sep 17 00:00:00 2001 From: Joshua Li <49960519+joshuali7536@users.noreply.github.com> Date: Thu, 18 Nov 2021 22:12:59 -0500 Subject: [PATCH] Removed unwanted dependencies. Shouldn't require getting external dependencies when they are available already in node_modules internally --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b79c69..a16eed7 100644 --- a/package.json +++ b/package.json @@ -47,16 +47,12 @@ "url": "https://github.com/filerjs/filer.git" }, "dependencies": { - "buffer": "^6.0.3", "chai": "^4.3.4", "chai-datetime": "^1.8.0", "es6-promisify": "^7.0.0", "fake-indexeddb": "^3.1.7", "minimatch": "^3.0.4", - "path": "^0.12.7", - "process": "^0.11.10", - "schema-utils": "^3.1.1", - "url": "https://github.com/filerjs/filer.git" + "schema-utils": "^3.1.1" }, "devDependencies": { "regenerator-runtime": "^0.13.9", @@ -81,6 +77,11 @@ "unused-filename": "^3.0.1", "walk": "^2.3.15" }, + "targets": { + "default": { + "includeNodeModules": true + } + }, "browser": "./dist/filer.min.js", "files": [ "src",