add homepage and bugs url to package.json
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"name": "tiptap",
|
"name": "tiptap",
|
||||||
"version": "0.1.4",
|
"version": "0.1.4",
|
||||||
"description": "A rich-text editor for Vue.js",
|
"description": "A rich-text editor for Vue.js",
|
||||||
|
"homepage": "https://tiptap.scrumpy.io",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "dist/tiptap.common.js",
|
"main": "dist/tiptap.common.js",
|
||||||
"module": "dist/tiptap.esm.js",
|
"module": "dist/tiptap.esm.js",
|
||||||
@@ -23,6 +24,9 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
"url": "git+https://github.com/heyscrumpy/tiptap.git"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/heyscrumpy/tiptap/issues"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./node_modules/@babel/node/bin/babel-node.js build/examples/server.js --env=development",
|
"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",
|
"build:package": "./node_modules/@babel/node/bin/babel-node.js build/package/build.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user