Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Aug 18, 2023
1 parent d8b1ec7 commit 2dd0a2f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
{
"name": "@sereneinserenade/tiptap-inline-suggestion",
"version": "0.0.1",
"version": "0.0.2",
"description": "Tiptap Extension for adding inline suggestions. Ex. for AI autocompletion.",
"keywords": ["tiptap", "tiptap-extension", "wysiwyg", "text editor", "inline suggestion", "ai-autocompletion", "prosemirror"],
"keywords": [
"tiptap",
"tiptap-extension",
"wysiwyg",
"text editor",
"inline suggestion",
"ai-autocompletion",
"prosemirror"
],
"repository": {
"type": "git",
"url": "https://github.com/sereneinserenade/tiptap-inline-suggestion/"
},
"author": "Jeet Mandaliya (github: sereneinserenade)",
"funding": {
"type" : "individual",
"url" : "https://github.com/sponsors/sereneinserenade"
"type": "individual",
"url": "https://github.com/sponsors/sereneinserenade"
},
"license": "MIT",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 2dd0a2f

Please sign in to comment.