We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07aa957 commit b46fda7Copy full SHA for b46fda7
1 file changed
packages/case-connector/src/versionString.ts
@@ -1,4 +1,4 @@
1
-import packageJson from '../package.json' with { type: 'json' };
+import packageJson from '../package.json';
2
3
export const versionString: string =
4
packageJson.version != null
0 commit comments