refactor: remove sort-pkgs from code

This commit is contained in:
Zoltan Kochan
2018-06-28 01:40:04 +03:00
parent 6daee055f3
commit 2e19ae45ae
2 changed files with 0 additions and 6 deletions

View File

@@ -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,

View File

@@ -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;