Skip to content

Commit

Permalink
fix: type module
Browse files Browse the repository at this point in the history
  • Loading branch information
sosweetham committed May 23, 2024
1 parent 528f5a7 commit 9c387c6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@cardboard-ink/cardboard-js",
"version": "1.0.8",
"version": "1.0.9",
"exports": "./src/index.ts"
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "cardboard.js",
"version": "1.0.8",
"version": "1.0.9",
"description": "JS/TS Wrapper for the CardBoard API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"type": "module",
"scripts": {
"build": "npx tsc"
},
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
// }

import { URLSearchParams } from "url";
import { GuildedUser, IGetToken, Alias, UserStatus, Content, Document, CustomReaction, AboutInfo } from "./types";
import { GuildedUser, IGetToken, Alias, UserStatus, Content, Document, CustomReaction, AboutInfo } from "./cardboard.types";

export { GuildedUser, IGetToken, Alias, UserStatus, Content, Document, CustomReaction, AboutInfo };

Expand Down

0 comments on commit 9c387c6

Please sign in to comment.