Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Pittman committed Oct 17, 2019
1 parent 036919b commit 69172b2
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions package.json
Expand Up @@ -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"
}

0 comments on commit 69172b2

Please sign in to comment.