diff --git a/src/pkg.ts b/src/pkg.ts index d01dc14..a2cd1d5 100644 --- a/src/pkg.ts +++ b/src/pkg.ts @@ -1,6 +1,5 @@ import { dirname, resolve } from 'node:path' import { readFileSync } from 'node:fs' -import { channel } from './utils' function guessIsNuxtModule(dependency: string) { return dependency.includes('nuxt') && dependency !== 'nuxt'