Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Mar 30, 2022
1 parent 0c18f7d commit 6889f69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"main": "dist/lib.js",
"types": "dist/lib.d.ts",
// https://www.typescriptlang.org/docs/handbook/esm-node.html
"exports": {
".": {
"types": "./dist/lib.d.ts",
Expand Down
1 change: 0 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"clean": "rm -Rf ./dist",
"up": "npm-check-updates -u && npm install && npm dedupe && npm audit fix"
},
// https://www.typescriptlang.org/docs/handbook/esm-node.html
"exports": {
".": {
"types": "./dist/main.d.ts",
Expand Down

0 comments on commit 6889f69

Please sign in to comment.