This commit is contained in:
Brian Beck 2016-11-26 02:57:34 -08:00
parent 11c31091f6
commit 7048c6ae46

View file

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