Skip to content

Commit

Permalink
Remove old types from parser's exports
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Apr 26, 2024
1 parent a36483d commit 957e1c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/babel-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"type": "module",
"exports": {
".": {
"types": "./typings/babel-parser.d.ts",
"require": "./lib/index.cjs",
"default": "./lib/index.js"
},
Expand All @@ -70,7 +69,6 @@
},
"exports": {
".": {
"types": "./typings/babel-parser.d.ts",
"require": "./index.cjs",
"default": "./lib/index.js"
},
Expand Down

0 comments on commit 957e1c2

Please sign in to comment.