Skip to content

Commit b0fe790

Browse files
updated docs to reference apollo-server and added new keywords to npm package
1 parent 2909375 commit b0fe790

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Hook up formatting:
3333
import express from 'express';
3434
import bodyParser from 'body-parser';
3535
import { formatError } from 'apollo-errors';
36+
import { graphqlExpress } from 'apollo-server-express';
3637
import schema from './schema';
3738

3839
const app = express();

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apollo-errors",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Machine-readable custom errors for Apollostack's GraphQL server",
55
"main": "dist/index.js",
66
"scripts": {
@@ -13,6 +13,8 @@
1313
"keywords": [
1414
"apollostack",
1515
"graphql",
16+
"apollo-server",
17+
"apollo-client",
1618
"error",
1719
"api"
1820
],

0 commit comments

Comments
 (0)