Skip to content

Commit

Permalink
feat(pro): invisible characters
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Nov 7, 2023
1 parent 53459db commit 9164918
Show file tree
Hide file tree
Showing 11 changed files with 120 additions and 93 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
node_modules/
dist/
.idea/
.npmrc
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,8 @@
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"optionalDependencies": {
"@tiptap-pro/extension-invisible-characters": "^2.3.3"
}
}
Loading

0 comments on commit 9164918

Please sign in to comment.