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 @@ -13,12 +13,21 @@ Resources to get you started:
13
13
14
14
## Include module in Node.js application
15
15
16
+ Stable channel:
16
17
``` shell
17
18
npm install neo4j-driver
18
19
// or
19
20
bower install neo4j-driver
20
21
```
21
22
23
+ Pre-release channel:
24
+ ``` shell
25
+ npm install neo4j-driver@next
26
+ ```
27
+
28
+ Please note that ` @next ` only points to pre-releases that are not suitable for production use.
29
+ To get the latest stable release omit ` @next ` part altogether or use ` @latest ` instead.
30
+
22
31
``` javascript
23
32
var neo4j = require (' neo4j-driver' ).v1 ;
24
33
```
Original file line number Diff line number Diff line change 16
16
"stop-neo4j" : " gulp stop-neo4j" ,
17
17
"run-tck" : " gulp run-tck" ,
18
18
"docs" : " esdoc -c esdoc.json" ,
19
- "versionRelease" : " gulp set --version $VERSION && npm version $VERSION --no-git-tag-version" ,
20
- "publishRelease" : " npm-publish-safe-latest next"
19
+ "versionRelease" : " gulp set --version $VERSION && npm version $VERSION --no-git-tag-version"
21
20
},
22
21
"main" : " lib/index.js" ,
23
22
"devDependencies" : {
52
51
"jasmine-reporters" : " ^2.0.7" ,
53
52
"merge-stream" : " ^1.0.0" ,
54
53
"minimist" : " ^1.2.0" ,
55
- "npm-publish-safe-latest" : " ^1.1.6" ,
56
54
"phantomjs-prebuilt" : " ^2.1.7 " ,
57
55
"run-sequence" : " ^1.1.4" ,
58
56
"semver" : " ^5.3.0" ,
You can’t perform that action at this time.
0 commit comments