Skip to content

Commit

Permalink
fix: remove default type module (#604)
Browse files Browse the repository at this point in the history
- to let end user to decide which to import by their compiler instead of defaulting to es module
  • Loading branch information
ZhengYuTay committed Jun 1, 2022
1 parent 79b9ba8 commit be3514d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/anchor-contrib/package.json
Expand Up @@ -8,7 +8,6 @@
"funding": "https://www.coingecko.com/en/coins/saber",
"author": "Saber Team <team@saber.so>",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/chai-solana/package.json
Expand Up @@ -12,7 +12,6 @@
"clean": "rm -fr dist/",
"prepublishOnly": "npm run build"
},
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/option-utils/package.json
Expand Up @@ -8,7 +8,6 @@
"funding": "https://www.coingecko.com/en/coins/saber",
"author": "Saber Team <team@saber.so>",
"license": "Apache-2.0",
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/solana-contrib/package.json
Expand Up @@ -13,7 +13,6 @@
"clean": "rm -fr dist/",
"prepublishOnly": "npm run build"
},
"type": "module",
"exports": {
".": {
"import": "./dist/esm/index.js",
Expand Down

0 comments on commit be3514d

Please sign in to comment.