mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-05 22:47:50 -04:00
refactor: remove sort-pkgs from code
This commit is contained in:
@@ -10,7 +10,6 @@ import path = require('path')
|
||||
import createPkgGraph, {PackageNode} from 'pkgs-graph'
|
||||
import R = require('ramda')
|
||||
import readIniFile = require('read-ini-file')
|
||||
import sortPkgs = require('sort-pkgs')
|
||||
import {
|
||||
install,
|
||||
InstallOptions,
|
||||
|
||||
5
packages/pnpm/typings/local.d.ts
vendored
5
packages/pnpm/typings/local.d.ts
vendored
@@ -289,11 +289,6 @@ declare module 'signal-exit' {
|
||||
export = anything;
|
||||
}
|
||||
|
||||
declare module 'sort-pkgs' {
|
||||
const anything: any;
|
||||
export = anything;
|
||||
}
|
||||
|
||||
declare module 'graph-sequencer' {
|
||||
const anything: any;
|
||||
export = anything;
|
||||
|
||||
Reference in New Issue
Block a user