Skip to content

Commit

Permalink
tests only export esm
Browse files Browse the repository at this point in the history
  • Loading branch information
sportdeath committed Feb 5, 2025
1 parent ba8e53f commit 09c2d0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graffiti-garden/api",
"version": "0.2.5",
"version": "0.2.6",
"description": "The heart of Graffiti",
"types": "./dist/src/index.d.ts",
"module": "./dist/index.mjs",
Expand All @@ -18,8 +18,10 @@
}
},
"./tests": {
"types": "./dist/tests/index.d.ts",
"default": "./dist/tests.mjs"
"import": {
"types": "./dist/tests/index.d.ts",
"default": "./dist/tests.mjs"
}
}
},
"files": [
Expand Down

0 comments on commit 09c2d0a

Please sign in to comment.