Skip to content

Commit

Permalink
fix: ensure explicit file extensions in "exports" (#11283)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 18, 2020
1 parent 6892d51 commit 375847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-compat-data/package.json
Expand Up @@ -12,7 +12,7 @@
"./plugins": "./data/plugins.json",
"./native-modules": "./data/native-modules.json",
"./corejs2-built-ins": "./data/corejs2-built-ins.json",
"./corejs3-shipped-proposals": "./data/corejs3-shipped-proposals",
"./corejs3-shipped-proposals": "./data/corejs3-shipped-proposals.json",
"./overlapping-plugins": "./data/overlapping-plugins.json",
"./plugin-bugfixes": "./data/plugin-bugfixes.json"
},
Expand Down

0 comments on commit 375847b

Please sign in to comment.