diff --git a/stubs/app/common/version.ts b/stubs/app/common/version.ts index 4976befc18..1a7df4be96 100644 --- a/stubs/app/common/version.ts +++ b/stubs/app/common/version.ts @@ -1,4 +1,4 @@ -import * as packageJson from 'package.json'; +import packageJson from 'package.json'; export const version = packageJson.version; export const channel = "core";