Skip to content

Commit

Permalink
chore: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyinws committed Apr 28, 2024
1 parent 93db538 commit b50524b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pkg.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit b50524b

Please sign in to comment.