refactor(supi): remove unused imports

This commit is contained in:
Zoltan Kochan
2018-09-15 13:38:37 +03:00
parent d4c50c73f5
commit bab8d3373a
4 changed files with 1 additions and 14 deletions

View File

@@ -1,9 +1,6 @@
import logger from '@pnpm/logger'
import normalizeRegistryUrl = require('normalize-registry-url')
import {StoreController} from 'package-store'
import { StoreController } from 'package-store'
import path = require('path')
import {LAYOUT_VERSION} from '../constants'
import pnpmPkgJson from '../pnpmPkgJson'
import { ReporterFunction } from '../types'
export interface PruneOptions {

View File

@@ -1,8 +1,5 @@
import logger from '@pnpm/logger'
import normalizeRegistryUrl = require('normalize-registry-url')
import {StoreController} from 'package-store'
import path = require('path')
import {LAYOUT_VERSION} from '../constants'
import pnpmPkgJson from '../pnpmPkgJson'
import { ReporterFunction } from '../types'

View File

@@ -1,10 +1,5 @@
import logger from '@pnpm/logger'
import { ReadPackageHook } from '@pnpm/types'
import normalizeRegistryUrl = require('normalize-registry-url')
import {StoreController} from 'package-store'
import path = require('path')
import {LAYOUT_VERSION} from '../constants'
import pnpmPkgJson from '../pnpmPkgJson'
import { ReporterFunction } from '../types'
export interface StoreStatusOptions {

View File

@@ -1,8 +1,6 @@
import logger from '@pnpm/logger'
import normalizeRegistryUrl = require('normalize-registry-url')
import {StoreController} from 'package-store'
import path = require('path')
import {LAYOUT_VERSION} from '../constants'
import pnpmPkgJson from '../pnpmPkgJson'
import { ReporterFunction } from '../types'