Files
oled-nnw/bump.config.ts
2023-05-16 01:14:46 +08:00

7 lines
212 B
TypeScript

import { defineConfig } from 'bumpp'
export default defineConfig({
// https://github.com/antfu/bumpp/blob/main/src/types/version-bump-options.ts
files: ['package.json', 'package-lock.json', 'README.md'],
})