Skip to content

Commit

Permalink
Merge pull request #2380 from aluanhaddad/fix-spurious-appveyor-ci-te…
Browse files Browse the repository at this point in the history
…st-failures

update to the latest systemjs-plugin-babel
  • Loading branch information
guybedford authored Oct 31, 2017
2 parents fff3895 + 828575e commit e428871
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions testlibs/jspm.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SystemJS.config({
"npm": "npm:[email protected]",
"os": "npm:[email protected]",
"path": "npm:[email protected]",
"plugin-babel": "npm:[email protected].23",
"plugin-babel": "npm:[email protected].25",
"process": "npm:[email protected]",
"punycode": "npm:[email protected]",
"querystring": "npm:[email protected]",
Expand All @@ -56,7 +56,7 @@ SystemJS.config({
"stream": "npm:[email protected]",
"string_decoder": "npm:[email protected]",
"systemjs": "npm:[email protected]",
"systemjs-plugin-babel": "npm:[email protected].23",
"systemjs-plugin-babel": "npm:[email protected].25",
"text": "github:systemjs/[email protected]",
"timers": "npm:[email protected]",
"tls": "npm:[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion testlibs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"rsvp": "npm:[email protected]",
"sshpk": "npm:[email protected]",
"systemjs": "npm:[email protected]",
"systemjs-plugin-babel": "npm:[email protected].23",
"systemjs-plugin-babel": "npm:[email protected].25",
"text": "systemjs/plugin-text@^0.0.2",
"voxel-demo": "npm:voxel-demo@^0.0.1"
},
Expand Down

0 comments on commit e428871

Please sign in to comment.