Skip to content

Commit 5d7a5e2

Browse files
authored
fix: entrypoint (#583)
1 parent d543a4b commit 5d7a5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "8.1.2",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
55
"exports": {
6-
".": "./index.js",
7-
"./configs/*": "./lib/configs/*.js"
6+
".": "./dist/index.js",
7+
"./configs/*": "./dist/lib/configs/*.js"
88
},
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)