Skip to content

Commit

Permalink
Merge pull request #3458 from apollographql/feature/sideEffects
Browse files Browse the repository at this point in the history
Mark packages as side effect free
  • Loading branch information
hwillson authored May 24, 2018
2 parents deec455 + 5301f08 commit e7fb8b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/apollo-boost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"license": "MIT",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-cache-inmemory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"scripts": {
"coverage": "jest --coverage",
"dev": "./scripts/dev.sh",
Expand Down
1 change: 1 addition & 0 deletions packages/apollo-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-client.git"
Expand Down
1 change: 1 addition & 0 deletions packages/graphql-anywhere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"module": "./lib/index.js",
"jsnext:main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"scripts": {
"coverage": "jest --coverage",
"test": "jest",
Expand Down

0 comments on commit e7fb8b1

Please sign in to comment.