add more meta data to all package.jsons
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"name": "@tiptap/extension-text-style",
|
||||
"version": "1.0.0",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": ["tiptap", "tiptap extension"],
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/ueberdosis"
|
||||
},
|
||||
"main": "dist/tiptap-extension-text-style.cjs.js",
|
||||
"umd": "dist/tiptap-extension-text-style.umd.js",
|
||||
"module": "dist/tiptap-extension-text-style.esm.js",
|
||||
|
||||
Reference in New Issue
Block a user