Skip to content

Commit

Permalink
Merge pull request #35 from iway1/bug/package-config
Browse files Browse the repository at this point in the history
removes type: module from package.json
  • Loading branch information
iway1 authored Jan 14, 2023
2 parents 5296ce2 + 521fcc9 commit 3ee4bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/trpc-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "lib/index.js",
"module": "lib/index.mjs",
"typings": "lib/src/index.d.ts",
"type": "module",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit 3ee4bdf

Please sign in to comment.