Skip to content

Commit 2e6ee3d

Browse files
committed
build: remove incorrect entries in LSP16 + LSP23 package.json to fix unbuild warnings
1 parent 93e19e6 commit 2e6ee3d

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

packages/lsp16-contracts/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@
2525
"module": "./dist/dist.mjs",
2626
"typings": "./dist/dist.d.ts",
2727
"exports": {
28-
".": {
29-
"types": "./dist/dist.d.ts",
30-
"require": "./dist/dist.cjs",
31-
"import": "./dist/dist.mjs"
32-
},
33-
"./constants": {
34-
"types": "./dist/constants.d.ts",
35-
"require": "./dist/constants.cjs",
36-
"import": "./dist/constants.mjs"
37-
},
3828
"./abi": {
3929
"types": "./dist/abi.d.ts",
4030
"require": "./dist/abi.cjs",

packages/lsp23-contracts/package.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@
2525
"module": "./dist/constants.mjs",
2626
"typings": "./dist/constants.d.ts",
2727
"exports": {
28-
".": {
29-
"types": "./dist/constants.d.ts",
30-
"require": "./dist/constants.cjs",
31-
"import": "./dist/constants.mjs"
32-
},
33-
"./constants": {
34-
"types": "./dist/constants.d.ts",
35-
"require": "./dist/constants.cjs",
36-
"import": "./dist/constants.mjs"
37-
},
3828
"./abi": {
3929
"types": "./dist/abi.d.ts",
4030
"require": "./dist/abi.cjs",

0 commit comments

Comments
 (0)