@@ -13,7 +13,7 @@ System.config({
13
13
"aurelia-dependency-injection" :
"github:aurelia/[email protected] " ,
14
14
"aurelia-framework" :
"github:aurelia/[email protected] " ,
15
15
"aurelia-http-client" :
"github:aurelia/[email protected] " ,
16
- "aurelia-router" :
"github:aurelia/[email protected] .4 " ,
16
+ "aurelia-router" :
"github:aurelia/[email protected] .5 " ,
17
17
"bootstrap" :
"github:twbs/[email protected] " ,
18
18
"font-awesome" :
"npm:[email protected] " ,
19
19
"github:aurelia/[email protected] " :
{
@@ -28,10 +28,10 @@ System.config({
28
28
"aurelia-history-browser" :
"github:aurelia/[email protected] " ,
29
29
"aurelia-loader-default" :
"github:aurelia/[email protected] " ,
30
30
"aurelia-logging-console" :
"github:aurelia/[email protected] " ,
31
- "aurelia-router" :
"github:aurelia/[email protected] .4 " ,
32
- "aurelia-templating" :
"github:aurelia/[email protected] .8 " ,
31
+ "aurelia-router" :
"github:aurelia/[email protected] .5 " ,
32
+ "aurelia-templating" :
"github:aurelia/[email protected] .9 " ,
33
33
"aurelia-templating-binding" :
"github:aurelia/[email protected] " ,
34
- "aurelia-templating-resources" :
"github:aurelia/[email protected] .5 " ,
34
+ "aurelia-templating-resources" :
"github:aurelia/[email protected] .6 " ,
35
35
"aurelia-templating-router" :
"github:aurelia/[email protected] "
36
36
} ,
37
37
"github:aurelia/[email protected] " :
{
@@ -45,7 +45,7 @@ System.config({
45
45
"aurelia-logging" :
"github:aurelia/[email protected] " ,
46
46
"aurelia-metadata" :
"github:aurelia/[email protected] " ,
47
47
"aurelia-task-queue" :
"github:aurelia/[email protected] " ,
48
- "aurelia-templating" :
"github:aurelia/[email protected] .8 "
48
+ "aurelia-templating" :
"github:aurelia/[email protected] .9 "
49
49
} ,
50
50
"github:aurelia/[email protected] " :
{
51
51
"aurelia-history" :
"github:aurelia/[email protected] " ,
@@ -65,7 +65,7 @@ System.config({
65
65
"core-js" :
"npm:[email protected] " ,
66
66
"webcomponentsjs" :
"github:webcomponents/[email protected] "
67
67
} ,
68
- "github:aurelia/[email protected] .4 " :
{
68
+ "github:aurelia/[email protected] .5 " :
{
69
69
"aurelia-dependency-injection" :
"github:aurelia/[email protected] " ,
70
70
"aurelia-history" :
"github:aurelia/[email protected] " ,
71
71
"aurelia-path" :
"github:aurelia/[email protected] " ,
@@ -74,22 +74,22 @@ System.config({
74
74
} ,
75
75
"github:aurelia/[email protected] " :
{
76
76
"aurelia-binding" :
"github:aurelia/[email protected] " ,
77
- "aurelia-templating" :
"github:aurelia/[email protected] .8 "
77
+ "aurelia-templating" :
"github:aurelia/[email protected] .9 "
78
78
} ,
79
- "github:aurelia/[email protected] .5 " :
{
79
+ "github:aurelia/[email protected] .6 " :
{
80
80
"aurelia-binding" :
"github:aurelia/[email protected] " ,
81
81
"aurelia-dependency-injection" :
"github:aurelia/[email protected] " ,
82
- "aurelia-templating" :
"github:aurelia/[email protected] .8 " ,
82
+ "aurelia-templating" :
"github:aurelia/[email protected] .9 " ,
83
83
"core-js" :
"npm:[email protected] "
84
84
} ,
85
85
"github:aurelia/[email protected] " :
{
86
86
"aurelia-dependency-injection" :
"github:aurelia/[email protected] " ,
87
87
"aurelia-metadata" :
"github:aurelia/[email protected] " ,
88
88
"aurelia-path" :
"github:aurelia/[email protected] " ,
89
- "aurelia-router" :
"github:aurelia/[email protected] .4 " ,
90
- "aurelia-templating" :
"github:aurelia/[email protected] .8 "
89
+ "aurelia-router" :
"github:aurelia/[email protected] .5 " ,
90
+ "aurelia-templating" :
"github:aurelia/[email protected] .9 "
91
91
} ,
92
- "github:aurelia/[email protected] .8 " :
{
92
+ "github:aurelia/[email protected] .9 " :
{
93
93
"aurelia-binding" :
"github:aurelia/[email protected] " ,
94
94
"aurelia-dependency-injection" :
"github:aurelia/[email protected] " ,
95
95
"aurelia-html-template-element" :
"github:aurelia/[email protected] " ,
@@ -100,15 +100,15 @@ System.config({
100
100
"aurelia-task-queue" :
"github:aurelia/[email protected] " ,
101
101
"core-js" :
"npm:[email protected] "
102
102
} ,
103
- "github:jspm/[email protected] .0 " :
{
103
+ "github:jspm/[email protected] .1 " :
{
104
104
"process" :
"npm:[email protected] "
105
105
} ,
106
106
"github:twbs/[email protected] " :
{
107
107
"css" :
"github:systemjs/[email protected] " ,
108
108
"jquery" :
"github:components/[email protected] "
109
109
} ,
110
110
111
- "process" :
"github:jspm/[email protected] .0 "
111
+ "process" :
"github:jspm/[email protected] .1 "
112
112
}
113
113
}
114
114
} ) ;
0 commit comments