From ee056eac1be3bbd141f77567bc0d4cd28c868063 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Sat, 26 Nov 2016 02:50:21 -0800 Subject: [PATCH] Add package.json description and keywords --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 64d2805..65b4e1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "graphbrainz", "version": "2.1.0", - "description": "", + "description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.", "main": "lib/index.js", "bin": "lib/index.js", "files": [ @@ -35,7 +35,7 @@ "update-schema:json": "npm run -s print-schema:json > schema.json", "update-schema:md": "printf '# GraphQL Schema\\n\\n%s' \"$(npm run -s print-schema:md)\" > schema.md" }, - "keywords": [], + "keywords": ["musicbrainz", "graphql", "api", "express", "middleware", "relay"], "homepage": "https://github.com/exogen/graphbrainz", "author": { "name": "Brian Beck",