From 6feb06b98d5f1cabdd7779d830ff3ab20c5e37a8 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Wed, 7 Jun 2017 19:48:57 -0400 Subject: [PATCH] Moving back to the upstream version of console-polyfill Fixes #277 `console-polyfill` 0.3.0 is out on npmjs now, which has the fix that was contained in the rollbar fork. --- sdks/rollbar.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/rollbar.js/package.json b/sdks/rollbar.js/package.json index f099d2e4d..e513ccf2d 100644 --- a/sdks/rollbar.js/package.json +++ b/sdks/rollbar.js/package.json @@ -9,7 +9,7 @@ "main": "src/server/rollbar.js", "browser": "dist/rollbar.umd.min.js", "dependencies": { - "console-polyfill": "rollbar/console-polyfill#eab6ff9d2b7597fc2f259baa18100556bdb94dbe", + "console-polyfill": "0.3.0", "error-stack-parser": "1.3.3", "extend": "3.0.0", "async": "~1.2.1",