File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,16 @@ SystemJS.config({
122122 "map" : {
123123 "typescript" : "npm:typescript@2.1.1"
124124 }
125+ } ,
126+ "npm:typescript@2.1.1" : {
127+ "map" : {
128+ "source-map-support" : "npm:source-map-support@0.4.6"
129+ }
130+ } ,
131+ "npm:source-map-support@0.4.6" : {
132+ "map" : {
133+ "source-map" : "npm:source-map@0.5.6"
134+ }
125135 }
126136 }
127137 } ,
@@ -175,6 +185,7 @@ SystemJS.config({
175185 "http" : "npm:jspm-nodelibs-http@0.2.0" ,
176186 "https" : "npm:jspm-nodelibs-https@0.2.1" ,
177187 "insert-css" : "npm:insert-css@1.1.0" ,
188+ "module" : "npm:jspm-nodelibs-module@0.2.0" ,
178189 "net" : "npm:jspm-nodelibs-net@0.2.0" ,
179190 "os" : "npm:jspm-nodelibs-os@0.2.0" ,
180191 "path" : "npm:jspm-nodelibs-path@0.2.1" ,
Original file line number Diff line number Diff line change 8585 "fs" : " npm:jspm-nodelibs-fs@^0.2.0" ,
8686 "http" : " npm:jspm-nodelibs-http@^0.2.0" ,
8787 "https" : " npm:jspm-nodelibs-https@^0.2.0" ,
88+ "module" : " npm:jspm-nodelibs-module@^0.2.0" ,
8889 "net" : " npm:jspm-nodelibs-net@^0.2.0" ,
8990 "os" : " npm:jspm-nodelibs-os@^0.2.0" ,
9091 "path" : " npm:jspm-nodelibs-path@^0.2.0" ,
149150 "path" : " @empty" ,
150151 "process" : " @empty" ,
151152 "readline" : " @empty"
153+ },
154+ "dependencies" : {
155+ "source-map-support" : " *"
152156 }
153157 }
154158 }
You can’t perform that action at this time.
0 commit comments