From 88481e75f0357f49a49eaf73fa1317b7511d5347 Mon Sep 17 00:00:00 2001 From: wpioneer Date: Thu, 8 Jun 2017 03:07:27 +0300 Subject: [PATCH] Update public email, add repository --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 638e3c4..b4c5a16 100644 --- a/package.json +++ b/package.json @@ -14,12 +14,16 @@ "test": "echo \"Error: no test specified\" && exit 1", "deploy": "gatsby build --prefix-links && gh-pages -d public" }, + "repository": { + "type": "git", + "url": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git" + }, "keywords": [ "gatsby", "blog", "react" ], - "author": "Alexander Shelepenok ", + "author": "Alexander Shelepenok ", "license": "MIT", "dependencies": { "babel-plugin-add-module-exports": "^0.2.1",