Skip to content

Commit

Permalink
Konnorrogers/add exportmaps to appease jspm (#243)
Browse files Browse the repository at this point in the history
* add exportmaps for jspm

* add exportmaps for jspm
  • Loading branch information
KonnorRogers authored Jan 17, 2025
1 parent 2d9cdb3 commit d71e2db
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-rockets-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"rhino-editor": minor
---

Add exportmaps to appease JSPM for importmaps
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
"types.d.ts",
"custom-elements.json"
],
"exports": {
".": "./exports/index.js",
"./exports/*": "./exports/*",
"./cdn/*": "./cdn/*"
},
"keywords": [
"tiptap",
"prosemirror",
Expand Down

0 comments on commit d71e2db

Please sign in to comment.