Skip to content

Commit

Permalink
fix(all): add missing sideEffects package.json entries
Browse files Browse the repository at this point in the history
  • Loading branch information
unstubbable committed Feb 22, 2019
1 parent a681de3 commit 5e1e6f0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion packages/async-ssr-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/history-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/module-loader-amd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/module-loader-commonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/serialized-state-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}
3 changes: 2 additions & 1 deletion packages/server-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": false
}

0 comments on commit 5e1e6f0

Please sign in to comment.