Skip to content

Commit

Permalink
Merge pull request #78 from editor-js/fix/jsdelivr
Browse files Browse the repository at this point in the history
fix(jsdelivr): explicitly specify a bundle for jsdelivr
  • Loading branch information
neSpecc authored Oct 17, 2023
2 parents d264637 + 958f348 commit 823108c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/paragraph",
"version": "2.11.1",
"version": "2.11.2",
"keywords": [
"codex editor",
"paragraph",
Expand All @@ -20,6 +20,7 @@
"require": "./dist/paragraph.umd.cjs"
}
},
"jsdelivr": "./dist/paragraph.js",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 823108c

Please sign in to comment.