Skip to content

Commit

Permalink
Point at correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed May 29, 2022
1 parent f815557 commit fdb302a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -15,7 +15,7 @@
"default": "./entrypoints/main.mjs"
},
"require": {
"types": "./index.d.cts",
"types": "./entrypoints/main.d.cts",
"default": "./entrypoints/main.cjs"
}
},
Expand All @@ -26,7 +26,7 @@
"default": "./entrypoints/plugin.mjs"
},
"require": {
"types": "./plugin.d.cts",
"types": "./entrypoints/plugin.d.cts",
"default": "./entrypoints/plugin.cjs"
}
}
Expand Down

0 comments on commit fdb302a

Please sign in to comment.