Update public email, add repository

This commit is contained in:
wpioneer 2017-06-08 03:07:27 +03:00
parent c8e68a2138
commit 88481e75f0

View File

@ -14,12 +14,16 @@
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-links && gh-pages -d public" "deploy": "gatsby build --prefix-links && gh-pages -d public"
}, },
"repository": {
"type": "git",
"url": "git+https://github.com/alxshelepenok/gatsby-starter-lumen.git"
},
"keywords": [ "keywords": [
"gatsby", "gatsby",
"blog", "blog",
"react" "react"
], ],
"author": "Alexander Shelepenok <a.shelepenok@gmail.com>", "author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-add-module-exports": "^0.2.1",