Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Jul 15, 2023
1 parent 2dedb21 commit 14d2953
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"exports": {
"./*": {
"types": "./dist/codegen/*.d.ts",
"import": "./dist/codegen/*.mjs",
"require": "./dist/codegen/*.js",
"default": "./dist/codegen/*.js"
},
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"directories": {
"lib": "src",
"test": "__tests__"
Expand Down
14 changes: 0 additions & 14 deletions packages/osmojs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"exports": {
"./*": {
"types": "./dist/codegen/*.d.ts",
"import": "./dist/codegen/*.mjs",
"require": "./dist/codegen/*.js",
"default": "./dist/codegen/*.js"
},
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"default": "./dist/index.js"
}
},
"jest": {
"testTimeout": 15000
},
Expand Down

0 comments on commit 14d2953

Please sign in to comment.