We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d7476 commit 9944f4aCopy full SHA for 9944f4a
.gitignore
@@ -11,3 +11,4 @@ node_modules
11
docs/build
12
.npmrc
13
*.iml
14
+/lib
.npmignore
@@ -3,7 +3,6 @@ src/
3
build/
4
test/
5
lib/browser/neo4j-web.test.js
6
-bower.json
7
.gitignore
8
esdoc.json
9
gulpfile.js
README.md
@@ -16,8 +16,6 @@ Resources to get you started:
16
Stable channel:
17
```shell
18
npm install neo4j-driver
19
-// or
20
-bower install neo4j-driver
21
```
22
23
Pre-release channel:
bower.json
0 commit comments