From 0bb7f8d931a2e52ddb2b69bbe4ae4001cee31f0b Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Wed, 25 May 2016 11:08:04 -0500 Subject: [PATCH] chore: Move apidoc config to separate file --- apidoc.json | 5 +++++ package.json | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 apidoc.json diff --git a/apidoc.json b/apidoc.json new file mode 100644 index 0000000000..094a59e80f --- /dev/null +++ b/apidoc.json @@ -0,0 +1,5 @@ +{ + "name": "Habitica V3 API Documentation", + "title": "Habitica", + "url": "https://habitica.com" +} diff --git a/package.json b/package.json index e758937b61..d8ec90e3f5 100644 --- a/package.json +++ b/package.json @@ -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" } }