Skip to content

Commit

Permalink
chore: update more
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieGreenman committed Jun 18, 2024
1 parent 3a8f0af commit 7e938d9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions projects/ngx-tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "ngx-tiptap",
"name": "@razroo/ngx-tiptap",
"description": "Angular bindings for tiptap v2",
"version": "10.1.0",
"version": "11.0.6",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/ngx-tiptap.git",
"bugs": "https://github.com/sibiraj-s/ngx-tiptap/issues",
"homepage": "https://github.com/sibiraj-s/ngx-tiptap#readme",
"repository": "https://github.com/razroo/ngx-tiptap.git",
"bugs": "https://github.com/razroo/ngx-tiptap/issues",
"homepage": "https://github.com/razroo/ngx-tiptap#readme",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/sibiraj-s"
"url": "https://github.com/sponsors/razroo"
}
],
"keywords": [
Expand All @@ -22,9 +22,9 @@
],
"sideEffects": false,
"peerDependencies": {
"@angular/common": ">=17.0.0",
"@angular/core": ">=17.0.0",
"@angular/forms": ">=17.0.0",
"@angular/common": ">=18.0.0",
"@angular/core": ">=18.0.0",
"@angular/forms": ">=18.0.0",
"@tiptap/core": "^2.0.0",
"@tiptap/extension-bubble-menu": "^2.0.0",
"@tiptap/extension-floating-menu": "^2.0.0",
Expand Down

0 comments on commit 7e938d9

Please sign in to comment.