Skip to content

Commit ef6d90c

Browse files
committed
fix: package.json path
1 parent 5d7a5e2 commit ef6d90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
const requireIndex = require("requireindex");
1111

1212
// @ts-expect-error -- ESM/TypeScript conversion should fix this.
13-
const pkg = require("./package.json");
13+
const pkg = require("../package.json"); // eslint-disable-line n/no-missing-require -- this is the path when this file is compiled to dist/
1414

1515
module.exports = {
1616
meta: {

0 commit comments

Comments
 (0)