Skip to content

Commit 697f5c3

Browse files
committed
chore(examples): update examples to 4.0.2
1 parent 5d03379 commit 697f5c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/angular/jspm.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SystemJS.config({
2929
"process": "github:jspm/[email protected]",
3030
"stream": "github:jspm/[email protected]",
3131
"systemjs-hot-reloader": "github:capaj/[email protected]",
32-
"ts": "github:frankwallis/[email protected].1",
32+
"ts": "github:frankwallis/[email protected].2",
3333
"tty": "github:jspm/[email protected]",
3434
"url": "github:jspm/[email protected]",
3535
"util": "github:jspm/[email protected]"
@@ -51,7 +51,7 @@ SystemJS.config({
5151
"weakee": "npm:[email protected]"
5252
}
5353
},
54-
"github:frankwallis/[email protected].1": {
54+
"github:frankwallis/[email protected].2": {
5555
"map": {
5656
"typescript": "npm:[email protected]"
5757
}

examples/angular2/jspm.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SystemJS.config({
4343
"string_decoder": "github:jspm/[email protected]",
4444
"systemjs-hot-reloader": "github:capaj/[email protected]",
4545
"text": "github:systemjs/[email protected]",
46-
"ts": "github:frankwallis/[email protected].1",
46+
"ts": "github:frankwallis/[email protected].2",
4747
"tty": "github:jspm/[email protected]",
4848
"url": "github:jspm/[email protected]",
4949
"util": "github:jspm/[email protected]",
@@ -88,7 +88,7 @@ SystemJS.config({
8888
"weakee": "npm:[email protected]"
8989
}
9090
},
91-
"github:frankwallis/[email protected].1": {
91+
"github:frankwallis/[email protected].2": {
9292
"map": {
9393
"typescript": "npm:[email protected]"
9494
}

examples/react/jspm.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ SystemJS.config({
3030
"react": "npm:[email protected]",
3131
"stream": "github:jspm/[email protected]",
3232
"systemjs-hot-reloader": "github:capaj/[email protected]",
33-
"ts": "github:frankwallis/[email protected].1",
33+
"ts": "github:frankwallis/[email protected].2",
3434
"tty": "github:jspm/[email protected]",
3535
"url": "github:jspm/[email protected]",
3636
"util": "github:jspm/[email protected]"
@@ -53,7 +53,7 @@ SystemJS.config({
5353
"weakee": "npm:[email protected]"
5454
}
5555
},
56-
"github:frankwallis/[email protected].1": {
56+
"github:frankwallis/[email protected].2": {
5757
"map": {
5858
"typescript": "npm:[email protected]"
5959
}

0 commit comments

Comments
 (0)