Skip to content

Commit

Permalink
fix: add type module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sosweetham committed May 23, 2024
1 parent 4bfe6e7 commit 528f5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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.7",
"version": "1.0.8",
"exports": "./src/index.ts"
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"name": "cardboard.js",
"version": "1.0.6",
"version": "1.0.8",
"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

0 comments on commit 528f5a7

Please sign in to comment.