Skip to content

Commit

Permalink
revert: remove type module
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Feb 16, 2024
1 parent 6a656ee commit f28f8f9
Show file tree
Hide file tree
Showing 44 changed files with 745 additions and 26,080 deletions.
File renamed without changes.
File renamed without changes.
1,412 changes: 745 additions & 667 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"./CONTRIBUTING.md",
"./LICENSE"
],
"type": "module",
"main": "./dist/constants.cjs",
"module": "./dist/constants.mjs",
"typings": "./dist/constants.d.ts",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages/lsp0-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Package for the LSP0ERC725Account standard",
"license": "Apache-2.0",
"author": "",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages/lsp1-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Package for the LSP1 Universal Receiver standard",
"license": "Apache-2.0",
"author": "",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages/lsp10-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Package for the LSP10 Received Vaults standard",
"license": "Apache-2.0",
"author": "",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages/lsp12-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Package for the LSP12 Issued Assets standard",
"license": "Apache-2.0",
"author": "",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion packages/lsp14-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Package for the LSP14 Ownable 2 Step standard",
"license": "Apache-2.0",
"author": "",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit f28f8f9

Please sign in to comment.