Skip to content

Commit a6407e8

Browse files
Minor css (#19)
* minor css * chore: release v0.1.1 * add bumpp
1 parent 0fe35aa commit a6407e8

File tree

7 files changed

+278
-38
lines changed

7 files changed

+278
-38
lines changed

typescript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ MIT
261261
"**/generated/**",
262262
"src/serialization/**",
263263
```
264-
- [] add counter for numbered lists
264+
- [x] add counter for numbered lists
265265
- [] setup up bumpp: https://www.npmjs.com/package/bumpp
266266
- [] migrate test runner to vitest
267267
- [] move vite app to typescript root examples dir

typescript/bump.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { defineConfig } from "bumpp";
2+
3+
export default defineConfig({
4+
// ...options
5+
});

0 commit comments

Comments
 (0)