From 6d048c315237641782ab1ced7a769a284fe29c77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 22 Aug 2018 10:47:29 +0200 Subject: [PATCH] add homepage and bugs url to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) 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",