From 403e453fe3263292a1610a7ef8ad18da14e2781d Mon Sep 17 00:00:00 2001 From: npmcdn-to-unpkg-bot Date: Thu, 1 Sep 2016 20:07:42 +0100 Subject: [PATCH] Replace npmcdn.com with unpkg.com --- index.html | 10 +++++----- systemjs.config.cdn.js | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 7797a76..0797467 100644 --- a/index.html +++ b/index.html @@ -19,11 +19,11 @@ --> - + - - - + + + @@ -32,7 +32,7 @@ --> - + diff --git a/systemjs.config.cdn.js b/systemjs.config.cdn.js index edb9c7f..827a521 100644 --- a/systemjs.config.cdn.js +++ b/systemjs.config.cdn.js @@ -10,9 +10,9 @@ var map = { 'app': 'app', // 'dist', - '@angular': 'https://npmcdn.com/@angular', // sufficient if we didn't pin the version - 'angular2-in-memory-web-api': 'https://npmcdn.com/angular2-in-memory-web-api', // get latest - 'rxjs': 'https://npmcdn.com/rxjs@5.0.0-beta.6', + '@angular': 'https://unpkg.com/@angular', // sufficient if we didn't pin the version + 'angular2-in-memory-web-api': 'https://unpkg.com/angular2-in-memory-web-api', // get latest + 'rxjs': 'https://unpkg.com/rxjs@5.0.0-beta.6', 'esri': 'http://js.arcgis.com/4.0/esri' }; @@ -38,7 +38,7 @@ // Add map entries for each angular package // only because we're pinning the version with `ngVer`. ngPackageNames.forEach(function(pkgName) { - map['@angular/'+pkgName] = 'https://npmcdn.com/@angular/' + pkgName + ngVer; + map['@angular/'+pkgName] = 'https://unpkg.com/@angular/' + pkgName + ngVer; }); // Bundled (~40 requests):