Skip to content

Commit

Permalink
Merge pull request #61 from editor-js/migrate/vite
Browse files Browse the repository at this point in the history
Migrate/vite
  • Loading branch information
robonetphy authored Nov 17, 2023
2 parents 8610c4d + 0917488 commit c8a09fc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@editorjs/nested-list",
"version": "1.4.0",
"version": "1.4.1",
"keywords": [
"codex editor",
"nested-list",
Expand Down Expand Up @@ -33,9 +33,11 @@
"eslint": "^7.22.0",
"eslint-loader": "^4.0.2",
"postcss-nested": "^5.0.3",
"postcss-nested-ancestors": "^2.0.0"
"postcss-nested-ancestors": "^2.0.0",
"vite": "^4.5.0",
"vite-plugin-css-injected-by-js": "^3.3.0"
},
"dependencies": {
"@codexteam/icons": "^0.0.2"
}
}
}

0 comments on commit c8a09fc

Please sign in to comment.