diff --git a/package.json b/package.json index da5d3ffd..f2f168a0 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "tiptap", "version": "0.1.4", "description": "A rich-text editor for Vue.js", + "homepage": "https://tiptap.scrumpy.io", "license": "MIT", "main": "dist/tiptap.common.js", "module": "dist/tiptap.esm.js", @@ -23,6 +24,9 @@ "type": "git", "url": "git+https://github.com/heyscrumpy/tiptap.git" }, + "bugs": { + "url": "https://github.com/heyscrumpy/tiptap/issues" + }, "scripts": { "start": "./node_modules/@babel/node/bin/babel-node.js build/examples/server.js --env=development", "build:package": "./node_modules/@babel/node/bin/babel-node.js build/package/build.js",