Skip to content

Commit

Permalink
package updated
Browse files Browse the repository at this point in the history
  • Loading branch information
robonetphy committed Nov 8, 2023
1 parent b81180e commit 73ea55a
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
{
"name": "@editorjs/nested-list",
"version": "1.3.0",
"keywords": [
"codex editor",
"nested-list",
"editor.js",
"editorjs"
],
"description": "Nested list Tool for EditorJS",
"main": "dist/nested-list.js",
"repository": "https://github.com/editor-js/nested-list.git",
"author": "CodeX <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"main": "./dist/nested-list.umd.js",
"module": "./dist/nested-list.mjs",
"exports": {
".": {
"import": "./dist/nested-list.mjs",
"require": "./dist/nested-list.umd.js"
}
},
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch",
"dev": "vite",
"build": "vite build",
"lint": "eslint src/ --quiet",
"lint:errors": "eslint src/ --quiet",
"lint:fix": "eslint src/ --fix"
Expand All @@ -22,4 +38,4 @@
"dependencies": {
"@codexteam/icons": "^0.0.2"
}
}
}

0 comments on commit 73ea55a

Please sign in to comment.