Skip to content

Commit

Permalink
update tshy, remove 'source' export
Browse files Browse the repository at this point in the history
Fix: #339
  • Loading branch information
isaacs committed Jul 8, 2024
1 parent 3edad21 commit 19e60d3
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 7 deletions.
45 changes: 41 additions & 4 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"mkdirp": "^2.1.5",
"prettier": "^2.6.2",
"tap": "^20.0.3",
"tshy": "^1.17.0",
"tshy": "^2.0.0",
"tslib": "^2.4.0",
"typedoc": "^0.25.3",
"typescript": "^5.2.2"
Expand Down Expand Up @@ -92,12 +92,10 @@
"exports": {
".": {
"import": {
"source": "./src/index.ts",
"types": "./dist/esm/index.d.ts",
"default": "./dist/esm/index.js"
},
"require": {
"source": "./src/index.ts",
"types": "./dist/commonjs/index.d.ts",
"default": "./dist/commonjs/index.js"
}
Expand Down

0 comments on commit 19e60d3

Please sign in to comment.