From fe220a5cab5e375378ce6d69fb7891b7cac90e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Rodr=C3=ADguez?= Date: Wed, 21 Sep 2016 14:19:22 +0200 Subject: [PATCH] chore: fix zone.js for plunkers (#2421) --- tools/plunker-builder/indexHtmlTranslator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plunker-builder/indexHtmlTranslator.js b/tools/plunker-builder/indexHtmlTranslator.js index 4644532822..dea281f4f2 100644 --- a/tools/plunker-builder/indexHtmlTranslator.js +++ b/tools/plunker-builder/indexHtmlTranslator.js @@ -45,7 +45,7 @@ var _rxData = [ { pattern: 'script', from: 'node_modules/zone.js/dist/zone.js', - to: 'https://unpkg.com/zone.js@0.6.23?main=browser' + to: 'https://unpkg.com/zone.js@0.6.25?main=browser' }, { pattern: 'script',