From e79512f49f4d958d5bf84a1c9de0e41eeb467835 Mon Sep 17 00:00:00 2001 From: varholak-peter Date: Wed, 13 May 2020 14:12:06 +0200 Subject: [PATCH] feat: add meta information --- gatsby-theme-core/package.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/gatsby-theme-core/package.json b/gatsby-theme-core/package.json index 596ebd4..9d2f20d 100644 --- a/gatsby-theme-core/package.json +++ b/gatsby-theme-core/package.json @@ -1,9 +1,21 @@ { "name": "@strv/gatsby-theme-core", - "version": "0.1.0", + "description": "A collection of tools for virtually any Gatsby project", + "version": "1.0.0", "main": "index.js", "author": "Peter Varholak ", "license": "MIT", + "keywords": [ + "config", + "react", + "gatsby", + "gatsby-theme", + "strv" + ], + "repository": { + "type": "git", + "url": "https://github.com/strvcom/strv-gatsby-themes.git" + }, "peerDependencies": { "gatsby": "^2.6.0", "react": "^16.13.1",