Skip to content

Commit

Permalink
imports are always esm, never cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
sportdeath committed Feb 4, 2025
1 parent 48cd41f commit 4aa28a9
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.3",
"version": "0.2.4",
"description": "The heart of Graffiti",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand All @@ -10,7 +10,6 @@
".": {
"import": {
"types": "./dist/src/index.d.ts",
"node": "./dist/index.cjs.js",
"default": "./dist/index.js"
},
"require": {
Expand Down

0 comments on commit 4aa28a9

Please sign in to comment.