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

@ -65,6 +65,4 @@ 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();