add git repo to package.json
This commit is contained in:
parent
c462c97451
commit
243d60eebc
1 changed files with 6 additions and 2 deletions
|
@ -1,12 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "markdown-it-katex",
|
"name": "markdown-it-katex",
|
||||||
"version": "1.0.5",
|
"version": "1.0.6",
|
||||||
"description": "Easy KaTeX support for markdown-it ",
|
"description": "Fast math support for markdown-it with KaTeX",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "watchify browser.js -o bundle.js -v",
|
"watch": "watchify browser.js -o bundle.js -v",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+ssh://git@github.com:waylonflinn/markdown-it-katex.git"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"markdown",
|
"markdown",
|
||||||
"KaTeX",
|
"KaTeX",
|
||||||
|
|
Reference in a new issue