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.
2 parents 8be60bf + 129ddc1 commit 8b13485Copy full SHA for 8b13485
.env
@@ -1 +1 @@
1
-PUBLIC_URL=./
+PUBLIC_URL=./
package.json
@@ -3,6 +3,7 @@
3
"description": "NeoDash - Neo4j Dashboard Builder",
4
"version": "1.0.4",
5
"homepage": "./",
6
+
7
"neo4jDesktop": {
8
"apiVersion": "^1.2.0"
9
},
@@ -17,7 +18,7 @@
17
18
"type": "png"
19
}
20
],
- "dist": {
21
+ "dist" : {
22
"tarball": "https://github.com/nielsdejong/neodash/releases/download/1.0.3/neodash-1.0.3.tgz"
23
24
"repository": {
@@ -65,6 +66,7 @@
65
66
"last 1 firefox version",
67
"last 1 safari version"
68
]
69
70
71
"devDependencies": {
72
"rimraf": "^3.0.2"
release-notes.md
@@ -0,0 +1 @@
+Initial release
0 commit comments