Skip to content

Commit

Permalink
Replace npmcdn.com with unpkg.com
Browse files Browse the repository at this point in the history
  • Loading branch information
npmcdn-to-unpkg-bot committed Sep 2, 2016
1 parent da5eed1 commit 38da3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/ng2/systemjs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

var vendorPaths = {
cdn : {
'@angular' : 'https://npmcdn.com/@angular',
'@angular/router' : 'https://npmcdn.com/@angular/[email protected]',
'@angular/forms' : 'https://npmcdn.com/@angular/[email protected]',
'rxjs' : 'https://npmcdn.com/[email protected]'
'@angular' : 'https://unpkg.com/@angular',
'@angular/router' : 'https://unpkg.com/@angular/[email protected]',
'@angular/forms' : 'https://unpkg.com/@angular/[email protected]',
'rxjs' : 'https://unpkg.com/[email protected]'
},
local : {
'@angular' : 'ng2/vendor/@angular',
Expand Down

0 comments on commit 38da3f3

Please sign in to comment.