From 79072e2327451883faebcdca4be0daf7e365b60c Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 24 Oct 2019 01:41:21 +0300 Subject: [PATCH] fix(config): remove redundant dependency --- packages/config/package.json | 1 - packages/config/src/index.ts | 1 - pnpm-lock.yaml | 2 -- 3 files changed, 4 deletions(-) diff --git a/packages/config/package.json b/packages/config/package.json index 614f40c91f..a4e98c5080 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -37,7 +37,6 @@ "camelcase": "5.3.1", "find-up": "4.1.0", "is-subdir": "1.1.1", - "path-absolute": "1.0.1", "which": "2.0.1" }, "devDependencies": { diff --git a/packages/config/src/index.ts b/packages/config/src/index.ts index b5eaa1256b..5b2e26a1ca 100644 --- a/packages/config/src/index.ts +++ b/packages/config/src/index.ts @@ -5,7 +5,6 @@ import npmTypes = require('@zkochan/npm-conf/lib/types') import camelcase from 'camelcase' import findUp = require('find-up') import path = require('path') -import pathAbsolute = require('path-absolute') import whichcb = require('which') import { Config, ConfigWithDeprecatedSettings } from './Config' import findBestGlobalPrefixOnWindows from './findBestGlobalPrefixOnWindows' diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1bb2f68525..f7fb5cead0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -57,7 +57,6 @@ importers: camelcase: 5.3.1 find-up: 4.1.0 is-subdir: 1.1.1 - path-absolute: 1.0.1 which: 2.0.1 devDependencies: '@pnpm/config': 'link:' @@ -79,7 +78,6 @@ importers: find-up: 4.1.0 is-subdir: 1.1.1 mz: 2.7.0 - path-absolute: 1.0.1 rimraf: 3.0.0 tape: 4.11.0 tempy: 0.3.0