Skip to content

Commit

Permalink
chore: fix assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Sep 13, 2023
1 parent 09f6e23 commit 62d967a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg from '../../package.json';
import pkg from '../../package.json' assert { type: 'json' };

const config = {
cli: pkg.name,
Expand Down

0 comments on commit 62d967a

Please sign in to comment.