Skip to content

Commit 845efab

Browse files
committed
set sideEffects false in all npm package json
1 parent 5e20637 commit 845efab

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/bolt-connection/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Implements the connection with the Neo4j Database using the Bolt Protocol",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
7+
"sideEffects": false,
78
"scripts": {
89
"build": "tsc",
910
"test": "jest --passWithNoTests",

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Internals of neo4j-driver",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
7+
"sideEffects": false,
78
"scripts": {
89
"build": "tsc -p tsconfig.build.json",
910
"build::es6": "tsc -p tsconfig.build.json --target ES6 --outdir lib6",

packages/neo4j-driver-lite/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "The official Neo4j lite driver for Javascript",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
7+
"sideEffects": false,
78
"scripts": {
89
"build": "tsc -p tsconfig.build.json",
910
"build::browser": "rollup --config rollup.config.js && npm run minify",

packages/neo4j-driver/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"type": "git",
99
"url": "git://github.com/neo4j/neo4j-javascript-driver.git"
1010
},
11+
"sideEffects": false,
1112
"scripts": {
1213
"lint": "eslint --fix --ext .js ./",
1314
"test": "gulp test",

0 commit comments

Comments
 (0)