mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix
This commit is contained in:
parent
c361f9e63a
commit
c3d9c824ea
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
const getVersion = new Promise<string>(async resolve => {
|
||||
const package = require('../package.json');
|
||||
const ぱっけーじ = require('../package.json');
|
||||
|
||||
const version = package.version;
|
||||
const version = ぱっけーじ.version;
|
||||
|
||||
resolve(version);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue