mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-03 13:37:31 -04:00
refactor: rename storeController.ts to storeIndex.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import getRegistryName = require('encode-registry') // TODO: remove this. BREAKING CHANGE
|
||||
import pkgIdToFilename from './fs/pkgIdToFilename'
|
||||
import {read, save, Store} from './fs/storeController'
|
||||
import {read, save, Store} from './fs/storeIndex'
|
||||
import pkgIsUntouched from './pkgIsUntouched'
|
||||
import resolveStore from './resolveStore'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user