diff --git a/scripts/postinstall.js b/scripts/postinstall.js index bea47e2..2cab2f7 100644 --- a/scripts/postinstall.js +++ b/scripts/postinstall.js @@ -57,4 +57,3 @@ const packageFiles = findPackageJsonFiles(nodeModulesDir) for (const pkgPath of packageFiles) { patchPackage(pkgPath) } -