Skip to content

Commit

Permalink
import always gives mjs over cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sportdeath committed Feb 5, 2025
1 parent 09c2d0a commit 6e37d13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graffiti-garden/api",
"version": "0.2.6",
"version": "0.2.7",
"description": "The heart of Graffiti",
"types": "./dist/src/index.d.ts",
"module": "./dist/index.mjs",
Expand All @@ -9,7 +9,6 @@
".": {
"import": {
"types": "./dist/src/index.d.ts",
"node": "./dist/index.cjs",
"default": "./dist/index.mjs"
},
"require": {
Expand Down

0 comments on commit 6e37d13

Please sign in to comment.