mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:23:09 +02:00
Fix
This commit is contained in:
parent
e0f80a6bae
commit
45b2b2b196
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…
Reference in a new issue