Delete 'docsify' from the package.json, as we no longer use it.

This commit is contained in:
youngchief btw ツ 2020-04-03 20:46:22 +00:00
parent 75f08d8d80
commit 4068e0ac6b
2 changed files with 2 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<link rel="stylesheet" type="text/css" href="/docs/html/style.css" />
<link rel="stylesheet" type="text/css" href="/html/style.css" />
<h1 id="git-url">Git URL</h1>
<hr />
<p><strong>How do I get my Git URL??</strong></p>

View File

@ -2,8 +2,5 @@
"engines": {
"node": "12.x"
},
"dependencies": {
"docsify-cli": "^4.3.0",
"docsify": "^4.11.3"
}
"dependencies": {}
}