Skip to content

Commit cf18265

Browse files
Replace npmcdn.com with unpkg.com
1 parent 9151ae0 commit cf18265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>Typescript + Angular 1.5.+</title>
55
<meta charset="UTF-8">
6-
<script src="https://npmcdn.com/[email protected]/dist/system.js"></script>
6+
<script src="https://unpkg.com/[email protected]/dist/system.js"></script>
77
</head>
88
<body>
99
<app></app>
@@ -17,8 +17,8 @@
1717
}
1818
},
1919
"map":{
20-
"angular":"https://npmcdn.com/[email protected]/angular.min.js",
21-
"angular-ui-router":"https://npmcdn.com/[email protected]/release/angular-ui-router.min.js"
20+
"angular":"https://unpkg.com/[email protected]/angular.min.js",
21+
"angular-ui-router":"https://unpkg.com/[email protected]/release/angular-ui-router.min.js"
2222
}
2323
});
2424
System.import("dist");

0 commit comments

Comments
 (0)