Skip to content

Commit

Permalink
chore: add dt types
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Nov 16, 2023
1 parent 7280a4c commit 62efa17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@
"@types/prompt": "^1.1.2",
"@types/proper-lockfile": "^4.1.1",
"@types/semver": "^7.3.4",
"@types/strong-log-transformer": "^1.0.2",
"@types/update-notifier": "^6.0.1",
"@types/yargs": "^17.0.0",
"electron": "^26.1.0"
Expand Down
1 change: 0 additions & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import lockfile from 'proper-lockfile'
import { readPackageUpSync } from 'read-pkg-up'
import stripBom from 'strip-bom'
import stripComments from 'strip-json-comments'
// @ts-expect-error no types
import logTransformer from 'strong-log-transformer'

const __dirname = path.dirname(fileURLToPath(import.meta.url))
Expand Down

0 comments on commit 62efa17

Please sign in to comment.