create-epic-graphql-server 0.5.0 → 0.5.2

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 +1 -1
  2. package/package.json +10 -1
package/README.md CHANGED
@@ -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.0",
3
+ "version": "0.5.2",
4
4
  "description": "a configured graphql server",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -32,8 +32,17 @@
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",
42
+ "engines": {
43
+ "node": ">=20",
44
+ "npm": ">=10"
45
+ },
37
46
  "dependencies": {
38
47
  "chalk": "4.1.2",
39
48
  "concurrently": "9.2.0",