File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,21 @@ Find detailed docs [here](http://neo4j.com/docs/api/javascript-driver/current/).
6
6
7
7
## Include module in Node.js application
8
8
9
+ Stable channel:
9
10
``` shell
10
11
npm install neo4j-driver
11
12
// or
12
13
bower install neo4j-driver
13
14
```
14
15
16
+ Pre-release channel:
17
+ ``` shell
18
+ npm install neo4j-driver@next
19
+ ```
20
+
21
+ Please note that ` @next ` only points to pre-releases that are not suitable for production use.
22
+ To get the latest stable release omit ` @next ` part altogether or use ` @latest ` instead.
23
+
15
24
``` javascript
16
25
var neo4j = require (' neo4j-driver' );
17
26
```
Original file line number Diff line number Diff line change 14
14
"start-neo4j" : " gulp start-neo4j" ,
15
15
"stop-neo4j" : " gulp stop-neo4j" ,
16
16
"run-tck" : " gulp run-tck" ,
17
- "docs" : " esdoc -c esdoc.json" ,
18
- "publishRelease" : " npm-publish-safe-latest next"
17
+ "docs" : " esdoc -c esdoc.json"
19
18
},
20
19
"main" : " lib/index.js" ,
21
20
"devDependencies" : {
43
42
"jasmine-reporters" : " ^2.0.7" ,
44
43
"merge-stream" : " ^1.0.0" ,
45
44
"minimist" : " ^1.2.0" ,
46
- "npm-publish-safe-latest" : " ^1.1.6" ,
47
45
"phantomjs-prebuilt" : " ^2.1.7 " ,
48
46
"run-sequence" : " ^1.1.4" ,
49
47
"through2" : " ~2.0.0" ,
You can’t perform that action at this time.
0 commit comments