Skip to content

Commit 4c240df

Browse files
committed
fix TS deps
1 parent dff5b1b commit 4c240df

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

jspm.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
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",
@@ -149,6 +150,9 @@
149150
"path": "@empty",
150151
"process": "@empty",
151152
"readline": "@empty"
153+
},
154+
"dependencies": {
155+
"source-map-support": "*"
152156
}
153157
}
154158
}

0 commit comments

Comments
 (0)