Skip to content

Commit b46fda7

Browse files
committed
Revert "chore: Correct json import syntax"
This reverts commit 07aa957.
1 parent 07aa957 commit b46fda7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/case-connector/src/versionString.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import packageJson from '../package.json' with { type: 'json' };
1+
import packageJson from '../package.json';
22

33
export const versionString: string =
44
packageJson.version != null

0 commit comments

Comments
 (0)