mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
7 lines
212 B
TypeScript
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'],
|
|
})
|