UNPKG

@better-builds/lets-version

Version:

A package that reads your conventional commits and git history and recommends (or applies) a SemVer version bump for you

7 lines (6 loc) 255 B
import type { PackageJson } from 'type-fest'; /** * Flushes package.json contents to disk, * maintaining the user's original indentation size and type */ export declare function writePackageJSON(contents: PackageJson, filePath: string): Promise<void>;