Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
zaida04 committed Mar 19, 2022
1 parent 5e0e162 commit eee38a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/guilded.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./": "./"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./": "./"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
],
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"require": "./dist/index.js",
"import": "./dist/index.mjs"
},
"./": "./"
},
Expand Down

0 comments on commit eee38a1

Please sign in to comment.