@@ -27,6 +27,7 @@ System.config({
27
27
"aurelia-templating-binding" :
"npm:[email protected] " ,
28
28
"aurelia-templating-resources" :
"npm:[email protected] " ,
29
29
"aurelia-templating-router" :
"npm:[email protected] " ,
30
+ "bluebird" :
"npm:[email protected] " ,
30
31
"bootstrap" :
"github:twbs/[email protected] " ,
31
32
"fetch" :
"github:github/[email protected] " ,
32
33
"font-awesome" :
"npm:[email protected] " ,
@@ -47,7 +48,7 @@ System.config({
47
48
"vm-browserify" :
"npm:[email protected] "
48
49
} ,
49
50
"github:twbs/[email protected] " :
{
50
- "jquery" : "npm:jquery@3.0.0 "
51
+ "jquery" : "npm:jquery@2.2.4 "
51
52
} ,
52
53
53
54
"assert" :
"github:jspm/[email protected] " ,
@@ -174,6 +175,9 @@ System.config({
174
175
"aurelia-path" :
"npm:[email protected] " ,
175
176
"aurelia-task-queue" :
"npm:[email protected] "
176
177
} ,
178
+
179
+ "process" :
"github:jspm/[email protected] "
180
+ } ,
177
181
178
182
"base64-js" :
"npm:[email protected] " ,
179
183
"child_process" :
"github:jspm/[email protected] " ,
@@ -188,9 +192,6 @@ System.config({
188
192
189
193
"util" :
"github:jspm/[email protected] "
190
194
} ,
191
-
192
- "process" :
"github:jspm/[email protected] "
193
- } ,
194
195
195
196
"assert" :
"github:jspm/[email protected] " ,
196
197
"fs" :
"github:jspm/[email protected] " ,
0 commit comments