Skip to content

Commit 8b13485

Browse files
authored
Merge branch 'master' into patch-1
2 parents 8be60bf + 129ddc1 commit 8b13485

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PUBLIC_URL=./
1+
PUBLIC_URL=./

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"description": "NeoDash - Neo4j Dashboard Builder",
44
"version": "1.0.4",
55
"homepage": "./",
6+
67
"neo4jDesktop": {
78
"apiVersion": "^1.2.0"
89
},
@@ -17,7 +18,7 @@
1718
"type": "png"
1819
}
1920
],
20-
"dist": {
21+
"dist" : {
2122
"tarball": "https://github.com/nielsdejong/neodash/releases/download/1.0.3/neodash-1.0.3.tgz"
2223
},
2324
"repository": {
@@ -65,6 +66,7 @@
6566
"last 1 firefox version",
6667
"last 1 safari version"
6768
]
69+
6870
},
6971
"devDependencies": {
7072
"rimraf": "^3.0.2"

release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Initial release

0 commit comments

Comments
 (0)