Skip to content

Commit

Permalink
0.1.7: change target to node14
Browse files Browse the repository at this point in the history
  • Loading branch information
yhdgms1 committed Oct 24, 2021
1 parent c25315a commit a37bb84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Use SVG foreignObject to render images of HTML content",
"author": "Artem Schukin",
"license": "MIT",
"version": "0.1.6",
"version": "0.1.7",
"type": "module",
"homepage": "https://github.com/Artemis69/svg-foreignobject-screenshot",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const tsup: Options = {
sourcemap: false,
clean: true,
entryPoints: ['src/index.ts', 'src/lib.ts'],
target: 'node16',
target: 'node14',
format: ['esm', 'cjs'],
dts: true,
}

0 comments on commit a37bb84

Please sign in to comment.