From 69172b2686493802ff04ee7dc91caa830333f2d8 Mon Sep 17 00:00:00 2001 From: Brandon Pittman Date: Thu, 17 Oct 2019 18:15:39 +0900 Subject: [PATCH] wip --- package.json | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 0a94906..b4f1b7b 100644 --- a/package.json +++ b/package.json @@ -16,16 +16,26 @@ "eslint-config-xo": "^0.27.1", "xo": "^0.25.3" }, - "files": [ - "cli.js", - "/lib/", - "templates/" - ], "keywords": [ "gridsome", "meow", "cli" ], "author": "Brandon Pittman", - "license": "MIT" + "license": "MIT", + "scripts": { + "init": "npx degit brandonpittman/gridsome-default-starter" + }, + "directories": { + "lib": "lib", + "templates": "templates" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/brandonpittman/gridsome-helpers.git" + }, + "bugs": { + "url": "https://github.com/brandonpittman/gridsome-helpers/issues" + }, + "homepage": "https://github.com/brandonpittman/gridsome-helpers#readme" }