We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d543a4b commit 5d7a5e2Copy full SHA for 5d7a5e2
package.json
@@ -3,8 +3,8 @@
3
"version": "8.1.2",
4
"description": "ESLint plugin containing rules useful for QUnit tests.",
5
"exports": {
6
- ".": "./index.js",
7
- "./configs/*": "./lib/configs/*.js"
+ ".": "./dist/index.js",
+ "./configs/*": "./dist/lib/configs/*.js"
8
},
9
"main": "./dist/index.js",
10
"types": "./dist/index.d.ts",
0 commit comments