Skip to content

Commit

Permalink
Allow importing @babel/runtime/package
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Oct 15, 2020
1 parent 6cb0056 commit 53f7250
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -123,6 +123,7 @@ function writeHelperExports(runtimeName, helperPaths) {
const exports = {
"./helpers/": "./helpers/",
...helperSubExports,
"./package": "./package.json",
"./package.json": "./package.json",
"./regenerator": "./regenerator/index.js",
"./regenerator/": "./regenerator/",
Expand Down

0 comments on commit 53f7250

Please sign in to comment.