Skip to content

Commit 5ee27b3

Browse files
committed
Refactor file names and remove unused code
1 parent be18f1e commit 5ee27b3

File tree

3 files changed

+2
-40
lines changed

3 files changed

+2
-40
lines changed

src/Observer.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

src/bin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { DataFile, JSONFile } from 'lowdb/node'
1010
import { PackageJson } from 'type-fest'
1111

1212
import { createApp } from './app.js'
13-
import { Observer } from './Observer.js'
13+
import { Observer } from './observer.js'
1414
import { Data } from './service.js'
1515

1616
// Parse args

tailwind.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ module.exports = {
44
theme: {
55
extend: {},
66
},
7-
plugins: [
8-
require('@tailwindcss/typography'),
9-
],
7+
plugins: [require('@tailwindcss/typography')],
108
}

0 commit comments

Comments
 (0)