Skip to content

Commit 5f5fede

Browse files
committed
update project name
1 parent 39fbd7c commit 5f5fede

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "fake-graphql-api",
2+
"name": "graphql-proxy-api",
33
"version": "1.0.0",
4-
"description": "Fake GraphQL API for testing and prototyping.",
4+
"description": "GraphQL Proxy API for testing and prototyping.",
55
"author": "Dhyey Thumar",
66
"email": "dhyeythumar@gmail.com",
77
"license": "MIT",
@@ -12,13 +12,18 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/dhyeythumar/fake-graphql-api.git"
15+
"url": "git+https://github.com/dhyeythumar/graphql-proxy-api.git"
1616
},
17-
"keywords": [],
17+
"keywords": [
18+
"GraphQL Proxy API",
19+
"Wrapper around JSONPlaceholder's Rest APIs",
20+
"Vercel Serverless",
21+
"GraphQL test API for frontend apps"
22+
],
1823
"bugs": {
19-
"url": "https://github.com/dhyeythumar/fake-graphql-api/issues"
24+
"url": "https://github.com/dhyeythumar/graphql-proxy-api/issues"
2025
},
21-
"homepage": "https://github.com/dhyeythumar/fake-graphql-api#readme",
26+
"homepage": "https://github.com/dhyeythumar/graphql-proxy-api#readme",
2227
"dependencies": {
2328
"apollo-server": "^3.3.0",
2429
"apollo-server-core": "^3.3.0",

0 commit comments

Comments
 (0)