We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114e6ca commit 33758d2Copy full SHA for 33758d2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@neo4j-apps/graphql-playground-ga",
3
"description": "GraphQL Playground as a Graph App",
4
- "homepage": "https://neo4j-apps.github.io/graphql-playground-ga",
+ "homepage": ".",
5
"version": "0.1.5",
6
"main": "dist/index.html",
7
"neo4jDesktop": {
@@ -34,7 +34,7 @@
34
"test": "react-scripts test",
35
"eject": "react-scripts eject",
36
"predeploy": "npm run build",
37
- "deploy": "gh-pages -d build",
+ "deploy": "gh-pages -d dist",
38
"release": "np"
39
},
40
"eslintConfig": {
public/index.html
@@ -11,7 +11,7 @@
11
/>
12
<meta
13
name="description"
14
- content="Web site created using create-react-app"
+ content="GraphQL Playground packaged as a Neo4j Graph App"
15
16
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
17
0 commit comments