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

@ -65,6 +65,4 @@ export function isPackageManager(str) {
*/
export function getVersion() {
return require('read-pkg').sync().version;
}
module.exports = getVersion();
}