From 78725f0d3ab5843f2da2835685196874253b589f Mon Sep 17 00:00:00 2001 From: moxiegirl Date: Thu, 23 Aug 2018 15:52:42 -0700 Subject: [PATCH] placeholder Signed-off-by: moxiegirl --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a414d655..65298ac4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Docs", + "name": "docs", "version": "1.0.0", "description": "Docs Jekyll theme.", "main": "index.js", @@ -18,7 +18,7 @@ "type": "git", "url": "git+https://github.com/" }, - "author": "", + "author": "moxiegirl", "license": "MIT", "bugs": { "url": "https://github.com/" @@ -34,5 +34,8 @@ "ncp": "latest", "uglify-js": "^3.2.1", "watch": "^1.0.2" + }, + "directories": { + "doc": "docs" } }