mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 18:11:39 -04:00
fix(config): remove redundant dependency
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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'
|
||||
|
||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user