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 a543925 commit 1d8da79Copy full SHA for 1d8da79
1 file changed
package.json
@@ -5,6 +5,7 @@
5
"type": "module",
6
"main": "./cjs/index.js",
7
"exports": {
8
+ "./package.json": "./package.json",
9
".": {
10
"require": "./cjs/index.js",
11
"default": "./lib/index.js"
@@ -24,7 +25,7 @@
24
25
"@babel/preset-env": "7.9.6",
26
"babel-plugin-add-module-exports": "1.0.2",
27
"browserify": "16.5.1",
- "eslint": "6.8.0",
28
+ "eslint": "7.0.0",
29
"eslint-config-standard": "14.1.1",
30
"eslint-plugin-import": "2.20.2",
31
"eslint-plugin-node": "11.1.0",
0 commit comments