File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " neodash" ,
33 "description" : " NeoDash - Neo4j Dashboard Builder" ,
4- "version" : " 1.0.2 " ,
4+ "version" : " 1.0.3 " ,
55 "homepage" : " https://nielsdejong.nl/neodash" ,
66 "neo4jDesktop" : {
77 "apiVersion" : " ^1.2.0"
1717 "type" : " png"
1818 }
1919 ],
20+ "dist" : {
21+ "tarball" : " https://neo.jfrog.io/neo/api/npm/npm/neo4j-db-analyzer/-/neo4j-db-analyzer-0.0.8.tgz"
22+ }
2023 "repository" : {
2124 "type" : " git" ,
2225 "url" : " https://github.com/nielsdejong/neodash/"
Original file line number Diff line number Diff line change 22 "short_name" : " NeoDash" ,
33 "name" : " NeoDash" ,
44 "homepage" : " https://github.com/nielsdejong/neodash/" ,
5- "version" : " 1.0.2 " ,
5+ "version" : " 1.0.3 " ,
66 "neo4jDesktop" : {
77 "apiVersion" : " ^1.2.0"
88 },
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import appLogo from './logo.png'
77const root = document . getElementById ( "root" ) ;
88const url = "https://github.com/nielsdejong/neodash/" ;
99const link = < u > < a href = { "https://github.com/nielsdejong/neodash/blob/master/README.md" } style = { { color : "dimgrey" } }
10- target = { "_blank" } > NeoDash 1.0.2 - Neo4j Dashboard Builder</ a > </ u >
10+ target = { "_blank" } > NeoDash 1.0.3 - Neo4j Dashboard Builder</ a > </ u >
1111const copyrights = < div style = { { textAlign : 'center' , color : 'dimgrey' } } > { link } </ div > ;
1212const footer = < Footer style = { { backgroundColor : '#ddd' } } moreLinks = { copyrights } > </ Footer >
1313const logo = ( ) => {
You can’t perform that action at this time.
0 commit comments