Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit fe220a5

Browse files
authored
chore: fix zone.js for plunkers (#2421)
1 parent 7252bd1 commit fe220a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/plunker-builder/indexHtmlTranslator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var _rxData = [
4545
{
4646
pattern: 'script',
4747
from: 'node_modules/zone.js/dist/zone.js',
48-
to: 'https://unpkg.com/[email protected].23?main=browser'
48+
to: 'https://unpkg.com/[email protected].25?main=browser'
4949
},
5050
{
5151
pattern: 'script',

0 commit comments

Comments
 (0)