Skip to content

Commit

Permalink
Bump rollup-plugin-typescript2 to fix nodejs 17 (#164)
Browse files Browse the repository at this point in the history
Running `npm run push-main` gives this with nodejs 17:

> Package subpath './package.json' is not defined by "exports" in /home/wouldntyouliketoknow/node_modules/tslib/package.json

This change incorporates [the fix](ezolenko/rollup-plugin-typescript2#286) from rollup-plugin-typescript2 v0.31.0.
  • Loading branch information
johntron committed Feb 11, 2023
1 parent abc36e1 commit 9f81797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -57,7 +57,7 @@
"rollup": "^2.56.2",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-screeps": "^1.0.1",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-typescript2": "^0.31.0",
"sinon": "^6.3.5",
"sinon-chai": "^3.2.0",
"ts-node": "^10.2.0",
Expand Down

0 comments on commit 9f81797

Please sign in to comment.