Skip to content

Commit

Permalink
Fix conditional exports in Node 13.0 - 13.7 (#3428)
Browse files Browse the repository at this point in the history
* Fix conditional exports

* Fix dependencies
  • Loading branch information
lukastaegert committed Mar 7, 2020
1 parent 1e4b9bb commit 4f1c7ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
24 changes: 7 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -71,7 +71,7 @@
"@rollup/plugin-replace": "^2.3.1",
"@types/micromatch": "^4.0.1",
"@types/minimist": "^1.2.0",
"@types/node": "^13.7.7",
"@types/node": "^13.9.0",
"acorn": "^7.1.1",
"acorn-export-ns-from": "^0.1.0",
"acorn-import-meta": "^1.0.0",
Expand Down Expand Up @@ -108,7 +108,7 @@
"pretty-ms": "^6.0.1",
"require-relative": "^0.8.7",
"requirejs": "^2.3.6",
"rollup": "^1.32.1",
"rollup": "^2.0.0",
"rollup-plugin-license": "^0.13.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^5.2.0",
Expand Down Expand Up @@ -137,6 +137,7 @@
},
"exports": {
".": {
"default": "./dist/rollup.js",
"require": "./dist/rollup.js",
"import": "./dist/es/rollup.js"
},
Expand Down

0 comments on commit 4f1c7ef

Please sign in to comment.