mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 12:18:51 +00:00
chore: Move apidoc config to separate file
This commit is contained in:
parent
bca7d9fad3
commit
0bb7f8d931
2 changed files with 5 additions and 6 deletions
5
apidoc.json
Normal file
5
apidoc.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Habitica V3 API Documentation",
|
||||
"title": "Habitica",
|
||||
"url": "https://habitica.com"
|
||||
}
|
||||
|
|
@ -160,11 +160,5 @@
|
|||
"vinyl-source-stream": "^1.0.0",
|
||||
"vinyl-transform": "^1.0.0",
|
||||
"xml2js": "^0.4.16"
|
||||
},
|
||||
"apidoc": {
|
||||
"name": "habitica",
|
||||
"title": "Habitica",
|
||||
"version": "3.0.0",
|
||||
"url": "https://habitica.com"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue