Skip to content

Commit 391647e

Browse files
authored
feat!: strictly define node API (#374)
BREAKING CHANGE
1 parent 2009a54 commit 391647e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"name": "eslint-plugin-qunit",
33
"version": "7.3.4",
44
"description": "ESLint plugin containing rules useful for QUnit tests.",
5-
"main": "index.js",
5+
"exports": "./index.js",
6+
"main": "./index.js",
67
"scripts": {
78
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
89
"lint:docs": "markdownlint \"**/*.md\"",

0 commit comments

Comments
 (0)