Skip to content

Commit

Permalink
fix(build): fix jsdelivr
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Oct 18, 2023
1 parent 823108c commit 300e197
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/paragraph",
"version": "2.11.2",
"version": "2.11.3",
"keywords": [
"codex editor",
"paragraph",
Expand All @@ -10,17 +10,15 @@
"description": "Paragraph Tool for Editor.js",
"license": "MIT",
"repository": "https://github.com/editor-js/paragraph",
"type": "module",
"files": ["dist"],
"main": "./dist/paragraph.umd.cjs",
"module": "./dist/paragraph.js",
"main": "./dist/paragraph.umd.js",
"module": "./dist/paragraph.mjs",
"exports": {
".": {
"import": "./dist/paragraph.js",
"require": "./dist/paragraph.umd.cjs"
"import": "./dist/paragraph.mjs",
"require": "./dist/paragraph.umd.js"
}
},
"jsdelivr": "./dist/paragraph.js",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 300e197

Please sign in to comment.