UNPKG

lockfile-guardian

Version:

Never forget to install dependencies again! Automatically detect when your lock files change after git operations and warn you (or auto-install) when your dependencies are out of sync.

6 lines 507 B
export { areHooksInstalled, installGitHooks, uninstallGitHooks, } from "./git-hooks"; export { checkLockfile, clearStoredHash, getStoredHash, storeCurrentHash, updateHashAfterInstall, } from "./guardian"; export { installPostInstallHook, uninstallPostInstallHook, isPostInstallHookInstalled, runPostInstallHook, } from "./post-install"; export * from "./types"; export { findLockfile, isGitRepository, isNodeModulesIgnored, loadConfig, PACKAGE_MANAGERS, } from "./utils"; //# sourceMappingURL=index.d.ts.map