@@ -15,11 +15,12 @@ System.config({
15
15
16
16
System . config ( {
17
17
"map" : {
18
- "babel" :
"npm:[email protected] .7 " ,
19
- "babel-runtime" :
"npm:[email protected] .7 " ,
18
+ "babel" :
"npm:[email protected] .10 " ,
19
+ "babel-runtime" :
"npm:[email protected] .10 " ,
20
20
"bootstrap" :
"github:twbs/[email protected] " ,
21
21
"core-js" :
"npm:[email protected] " ,
22
22
"css" :
"github:systemjs/[email protected] " ,
23
+ "edrex/hello-component" :
"github:edrex/[email protected] " ,
23
24
"hello" :
"github:edrex/[email protected] " ,
24
25
25
26
"github:edrex/[email protected] " :
{
@@ -81,7 +82,7 @@ System.config({
81
82
82
83
83
84
} ,
84
-
85
+
85
86
"process" :
"github:jspm/[email protected] "
86
87
} ,
87
88
@@ -163,10 +164,8 @@ System.config({
163
164
"inherits" :
"npm:[email protected] " ,
164
165
"isarray" :
"npm:[email protected] " ,
165
166
"process" :
"github:jspm/[email protected] " ,
166
- "stream" :
"github:jspm/[email protected] " ,
167
167
"stream-browserify" :
"npm:[email protected] " ,
168
- "string_decoder" :
"npm:[email protected] " ,
169
- "util" :
"github:jspm/[email protected] "
168
+ "string_decoder" :
"npm:[email protected] "
170
169
} ,
171
170
172
171
"amdefine" :
"npm:[email protected] " ,
0 commit comments