Skip to content

Commit

Permalink
drop dead node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jul 8, 2024
1 parent 546c9ec commit 9b2a2b1
Show file tree
Hide file tree
Showing 5 changed files with 960 additions and 723 deletions.
6 changes: 4 additions & 2 deletions .tshy/commonjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
"include": [
"../src/**/*.ts",
"../src/**/*.cts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../src/**/*.mts"
"../src/**/*.mts",
"../src/package.json"
],
"compilerOptions": {
"outDir": "../.tshy-build/commonjs"
Expand Down
7 changes: 5 additions & 2 deletions .tshy/esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
"include": [
"../src/**/*.ts",
"../src/**/*.mts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../src/package.json"
],
"exclude": [],
"compilerOptions": {
"outDir": "../.tshy-build/esm"
}
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 6.0

- Drop support for nodes before v20

# 5.0

- No default export, only named exports
Expand Down
Loading

0 comments on commit 9b2a2b1

Please sign in to comment.