This commit is contained in:
John Hildenbiddle 2020-11-24 20:21:58 -06:00
parent 28a5e60391
commit 96f875c7b2

View File

@ -13,6 +13,16 @@
"type": "git",
"url": "git+https://github.com/docsifyjs/docsify.git"
},
"collective": {
"url": "https://opencollective.com/docsify"
},
"keywords": [
"doc",
"docs",
"documentation",
"creator",
"generator"
],
"main": "lib/docsify.js",
"unpkg": "lib/docsify.min.js",
"files": [
@ -108,15 +118,5 @@
"vue2": "npm:vue@^2.6.12",
"vue3": "npm:vue@^3.0.0",
"xhr-mock": "^2.5.1"
},
"keywords": [
"doc",
"docs",
"documentation",
"creator",
"generator"
],
"collective": {
"url": "https://opencollective.com/docsify"
}
}