From 7048c6ae4619bd3e1ccde47a68cf53b6b851372d Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Sat, 26 Nov 2016 02:57:34 -0800 Subject: [PATCH] 2.1.1 --- package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 65b4e1a..453077f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphbrainz", - "version": "2.1.0", + "version": "2.1.1", "description": "An Express server and middleware for querying the MusicBrainz API using GraphQL.", "main": "lib/index.js", "bin": "lib/index.js", @@ -35,7 +35,14 @@ "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": ["musicbrainz", "graphql", "api", "express", "middleware", "relay"], + "keywords": [ + "musicbrainz", + "graphql", + "api", + "express", + "middleware", + "relay" + ], "homepage": "https://github.com/exogen/graphbrainz", "author": { "name": "Brian Beck",