Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Publish package to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
stellasia committed Aug 8, 2020
1 parent 826b06f commit 1139159
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
registry=https://neo.jfrog.io/neo/api/npm/npm/
# registry=https://neo.jfrog.io/neo/api/npm/npm/
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,22 @@ A Neo4J Desktop (React-based) application to visualize nodes with geographical a

### Add the app to Neo4jDesktop

#### From NPM package URL (Recommended)

1. Open neo4j desktop and go to "Graph Applications" view:

![](img/desktop_graphapp_install.png)

2. Paste the following link in the text input:

https://registry.npmjs.org/neomap


#### From tarball

1. Go to the repository [releases](https://github.com/stellasia/neomap/releases)
2. Download the `neomap-<version>.tar.gz`
3. Open neo4j desktop and go to "Graph Applications" view:

![](img/desktop_graphapp_install.png)

3. Open neo4j desktop and go to "Graph Applications" view (see image in previous section)
4. Drag and drop the tarball you downloaded earlier below "Install Graph Application"
5. Trust the application
6. The application is now available and you can add it to your projects:
Expand All @@ -32,6 +40,7 @@ A Neo4J Desktop (React-based) application to visualize nodes with geographical a

![](img/desktop_graphapp_add_2.png)


## Usage

Read the [tutorial](https://github.com/stellasia/neomap/wiki/NeoMap-Tutorial/) or the [FAQ](https://github.com/stellasia/neomap/wiki/FAQ).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "neomap",
"version": "0.5.0",
"version": "0.5.1",
"author": "Estelle Scifo",
"private": false,
"neo4jDesktop": {
"apiVersion": "^1.2.4",
"apiVersion": ">=1.2.x <2.0.0",
"licenseRequired": false
},
"dependencies": {
Expand Down Expand Up @@ -35,9 +35,6 @@
"dist/",
"package.json"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"description": "A Neo4j Desktop application to visualize nodes with geographic attributes on a map.",
"main": "index.js",
"devDependencies": {
Expand Down
7 changes: 6 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# neomap release notes


## 0.5.0
## 0.5.1 (2020-08-08)

- Fix overflow in side bar (layer configuration)
- Publish package to NPM and update installation instructions

## 0.5.0 (2020-07-04)

- Support for clusters in map rendering (#50)
- Add support for Neo4j point built-in type (#58)
Expand Down

0 comments on commit 1139159

Please sign in to comment.