From 2365f91c4468bbd4c82c9caf916e654860534382 Mon Sep 17 00:00:00 2001 From: John Wehr Date: Wed, 20 Jan 2016 14:14:42 -0500 Subject: [PATCH] Update FBJS dependency. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8fa326b..8ba3b7c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "A/B test" ], "main": "index.js", - "version": "1.4.1", + "version": "1.4.2", "description": "A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.", "directories": { "test": "test" @@ -21,7 +21,7 @@ }, "dependencies": { "fbemitter": "^2.0.0", - "fbjs": "^0.5.1" + "fbjs": "^0.6.1" }, "devDependencies": { "assert": "^1.3.0",