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",