From 6aabd8a0e40cb311755fba811d4691779b20ea8f Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 1 Sep 2018 12:00:00 -0700 Subject: [PATCH] Interaction tracking follow up (#13509) * 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) --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ff1da8..51cc285 100644 --- a/package.json +++ b/package.json @@ -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"