Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed May 25, 2024
1 parent 0e2d8f1 commit f158740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mui-tiptap-editor",
"version": "0.3.4",
"version": "0.3.5",
"description": "Easy to use Tiptap WYSIWYG rich text editor using Material UI (MUI) for React",
"keywords": [
"mui",
Expand Down Expand Up @@ -60,7 +60,7 @@
"md-link:check": "markdown-link-check -v -p README.md -v -p CONTRIBUTING.md -v -p .github/**/*.md -c .markdown-link-check-config.json",
"spell:check": "cspell \"{README.md,CONTRIBUTING.md,.github/*.md}\"",
"visualize": "npx vite-bundle-visualizer",
"publish": "yarn build && yarn npm publish",
"publish": "yarn build && yarn npm publish && yarn example",
"copy-files": "copyfiles -u 1 src/*.css dist/",
"copy-files-esm": "copyfiles -u 1 src/*.css dist/esm",
"clean-cache": "yarn cache clean --all",
Expand Down

0 comments on commit f158740

Please sign in to comment.