This commit is contained in:
Adam Matthiesen 2024-01-28 00:36:26 -08:00
parent 050281b8c6
commit 61ff71f337
1 changed files with 1 additions and 3 deletions

View File

@ -66,5 +66,3 @@ export function isPackageManager(str) {
export function getVersion() { export function getVersion() {
return require('read-pkg').sync().version; return require('read-pkg').sync().version;
} }
module.exports = getVersion();