diff --git a/projects/ngx-tiptap/package.json b/projects/ngx-tiptap/package.json index 310b058..a75ab56 100644 --- a/projects/ngx-tiptap/package.json +++ b/projects/ngx-tiptap/package.json @@ -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": [ @@ -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",