Skip to content

Commit

Permalink
follow code-review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Osher committed Jun 5, 2024
1 parent 9463254 commit d6d337b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion tsdoc-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"main": "lib/index.js",
"files": [
"lib/*.js",
"lib/*.js.map",
"lib/**/*.d.ts"
],
"typings": "lib/index.d.ts",
Expand Down
6 changes: 2 additions & 4 deletions tsdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"files": [
"lib-commonjs/*.js",
"lib-commonjs/*.js.map",
"lib-commonjs/**/*.js",
"lib-commonjs/**/*.d.ts",
"lib/*.js",
"lib/*.js.map",
"lib/**/*.js",
"lib/**/*.d.ts"
],
"typings": "lib/index.d.ts",
Expand Down

0 comments on commit d6d337b

Please sign in to comment.