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 37cc832 commit 114e6caCopy full SHA for 114e6ca
package.json
@@ -2,7 +2,7 @@
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",
5
- "version": "0.1.4",
+ "version": "0.1.5",
6
"main": "dist/index.html",
7
"neo4jDesktop": {
8
"apiVersion": "^1.4.0"
@@ -61,13 +61,13 @@
61
"np": {
62
"yarn": true,
63
"contents": "dist",
64
- "releaseDraft":true
+ "releaseDraft": true
65
},
66
"publishConfig": {
67
"access": "public"
68
69
"files": [
70
- "dist",
+ "dist",
71
"release-notes.md"
72
]
73
}
0 commit comments