create-epic-graphql-server 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -1
package/README.md CHANGED
@@ -7,7 +7,7 @@ This module provides a configured [GraphQL](https://www.npmjs.com/package/graphq
7
7
 
8
8
  Having a preconfigured server will jump-start your project so you never have to begin from scratch.
9
9
 
10
- Use GraphQL to unify you data into a single API. Take advantage of the powerful, intuitive GraphQL query language.
10
+ Use GraphQL to unify your data into a single API. Take advantage of the powerful, intuitive GraphQL query language.
11
11
 
12
12
  Interact with this project template live [here](https://www.createepicgraphqlserver.com/).
13
13
 
@@ -101,7 +101,7 @@ PORT={port number}
101
101
  ```
102
102
 
103
103
  ## query samples
104
- Run these queries against the development server to get a feel the GraphQL query language.
104
+ run these queries against the development server to get a feel the GraphQL query language
105
105
 
106
106
  ### get all orders
107
107
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-epic-graphql-server",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "a configured graphql server",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -32,6 +32,11 @@
32
32
  "supertest",
33
33
  "javascript"
34
34
  ],
35
+ "url": "https://www.createepicgraphqlserver.com/",
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "https://github.com/daveKontro/create-epic-graphql-server.git"
39
+ },
35
40
  "author": "David Kontrovitz",
36
41
  "license": "MIT",
37
42
  "engines": {