mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
2.1.1
This commit is contained in:
parent
11c31091f6
commit
7048c6ae46
1 changed files with 9 additions and 2 deletions
11
package.json
11
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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue