Skip to content

Commit

Permalink
Allow consolidated-events ^2.0.0
Browse files Browse the repository at this point in the history
None of the changes affect how consolidated-events is used in
react-waypoint.

Changelog:

- Now built with rollup ([#8](lencioni/consolidated-events#8))
- Deprecated `removeEventListener` export removed ([#13](lencioni/consolidated-events#13))
- Passive event listener test is now removed after being added ([#11](lencioni/consolidated-events#11))
- Reduced bundle size impact by replacing a class with a function ([#12](lencioni/consolidated-events#12))
  • Loading branch information
lencioni committed Jun 18, 2018
1 parent d59f084 commit a29e97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"scrollspy"
],
"dependencies": {
"consolidated-events": "^1.1.0",
"consolidated-events": "^1.1.0 || ^2.0.0",
"prop-types": "^15.0.0"
}
}

0 comments on commit a29e97d

Please sign in to comment.