File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Implements the connection with the Neo4j Database using the Bolt Protocol" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "sideEffects" : false ,
7
8
"scripts" : {
8
9
"build" : " tsc" ,
9
10
"test" : " jest --passWithNoTests" ,
Original file line number Diff line number Diff line change 4
4
"description" : " Internals of neo4j-driver" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "sideEffects" : false ,
7
8
"scripts" : {
8
9
"build" : " tsc -p tsconfig.build.json" ,
9
10
"build::es6" : " tsc -p tsconfig.build.json --target ES6 --outdir lib6" ,
Original file line number Diff line number Diff line change 4
4
"description" : " The official Neo4j lite driver for Javascript" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " types/index.d.ts" ,
7
+ "sideEffects" : false ,
7
8
"scripts" : {
8
9
"build" : " tsc -p tsconfig.build.json" ,
9
10
"build::browser" : " rollup --config rollup.config.js && npm run minify" ,
Original file line number Diff line number Diff line change 8
8
"type" : " git" ,
9
9
"url" : " git://github.com/neo4j/neo4j-javascript-driver.git"
10
10
},
11
+ "sideEffects" : false ,
11
12
"scripts" : {
12
13
"lint" : " eslint --fix --ext .js ./" ,
13
14
"test" : " gulp test" ,
You can’t perform that action at this time.
0 commit comments