Skip to content

Commit

Permalink
fix version finding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoToast committed May 7, 2023
1 parent 712297f commit 316d8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// eslint-disable-next-line @typescript-eslint/no-var-requires
export const version = process.env.npm_package_version || (require('../package.json').version as string);
export const version = process.env.npm_package_version || (require('../../package.json').version as string);

0 comments on commit 316d8a1

Please sign in to comment.