Skip to content

Commit

Permalink
Interaction tracking follow up (#13509)
Browse files Browse the repository at this point in the history
* Merged interaction-tracking package into react-scheduler
* Add tracking API to FB+www builds
* Added Rollup plugin to strip no-side-effect imports from Rollup bundles
* Re-bundle tracking and scheduling APIs on SECRET_INTERNALS object for UMD build (and provide lazy forwarding methods)
* Added some additional tests and fixtures
* Fixed broken UMD fixture in master (#13512)
  • Loading branch information
bvaughn authored Sep 1, 2018
1 parent ae66422 commit 6aabd8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"dependencies": {
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.4.3-alpha.0"
"react-is": "^16.4.3-alpha.0",
"react-scheduler": "^0.1.0-alpha-1"
},
"peerDependencies": {
"react": "^16.0.0"
Expand Down

0 comments on commit 6aabd8a

Please sign in to comment.