Merge Branch create-util #19

Merged
Adammatthiesen merged 62 commits from create-util into main 2024-01-28 09:42:14 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 61ff71f337 - Show all commits

View File

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