We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5b531 commit 5cb7585Copy full SHA for 5cb7585
1 file changed
acorn-walk/package.json
@@ -6,8 +6,8 @@
6
"types": "dist/walk.d.ts",
7
"module": "dist/walk.mjs",
8
"exports": {
9
- "import": "./dist/acorn-walk.mjs",
10
- "require": "./dist/acorn-walk.js"
+ "import": "./dist/walk.mjs",
+ "require": "./dist/walk.js"
11
},
12
"version": "7.2.0",
13
"engines": {"node": ">=0.4.0"},
0 commit comments