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 fd5354f commit 5361c33Copy full SHA for 5361c33
‎package.json‎
@@ -3,14 +3,21 @@
3
"version": "2.1.0",
4
"description": "Utilities for ESLint plugins.",
5
"engines": {
6
- "node": ">=10"
+ "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
7
},
8
"sideEffects": false,
9
"main": "index",
10
"module": "index.mjs",
11
"files": [
12
"index.*"
13
],
14
+ "exports": {
15
+ ".": {
16
+ "import": "./index.mjs",
17
+ "require": "./index.js"
18
+ },
19
+ "./package.json": "./package.json"
20
21
"dependencies": {
22
"eslint-visitor-keys": "^2.0.0"
23
0 commit comments