Skip to content

Commit

Permalink
Avoid bundling in ponyfill for Object.assign in use-subscription pack…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored and Brian Vaughn committed Nov 4, 2019
1 parent f4148b2 commit 62ef250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/use-subscription/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"index.js",
"cjs/"
],
"dependencies": {
"object-assign": "^4.1.1"
},
"peerDependencies": {
"react": "^16.8.0"
},
Expand Down

0 comments on commit 62ef250

Please sign in to comment.