Skip to content

Commit 53609a8

Browse files
authored
Merge pull request #28 from opf/fix/exports-error
Make package type module
2 parents e30f9d1 + fd40858 commit 53609a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "op-blocknote-hocuspocus",
33
"version": "0.0.1",
44
"main": "src/index.ts",
5+
"type": "module",
56
"scripts": {
67
"start": "tsx src/index.ts",
78
"dev": "tsx watch src/index.ts",

0 commit comments

Comments
 (0)