Skip to content

Commit b8ec358

Browse files
committed
fix: pkg json path from next-codemod
1 parent 79cd7b9 commit b8ec358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/next-codemod/src/bin/next-codemod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const onPromptState = (state: {
3333
}
3434
}
3535

36-
const packageJson = require('../package.json')
36+
const packageJson = require('../../package.json')
3737
const program = new Command(packageJson.name)
3838
.description('Codemods for updating Next.js apps.')
3939
.version(

0 commit comments

Comments
 (0)