This repository was archived by the owner on Dec 18, 2024. It is now read-only.
Commit b4d65ab 1 parent a4c6e58 commit b4d65ab Copy full SHA for b4d65ab
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ System.config({
12
12
"github:*" : "jspm_packages/github/*" ,
13
13
"npm:*" : "jspm_packages/npm/*"
14
14
} ,
15
+
15
16
map : {
16
17
"aurelia-animator-css" : "npm:aurelia-animator-css@1.0.1" ,
17
18
"aurelia-api" : "github:spoonx/aurelia-api@2.2.0" ,
@@ -26,6 +27,7 @@ System.config({
26
27
"aurelia-logging-console" : "npm:aurelia-logging-console@1.0.0" ,
27
28
"aurelia-notify" : "npm:aurelia-notify@0.7.0" ,
28
29
"aurelia-pal" : "npm:aurelia-pal@1.0.0" ,
30
+ "aurelia-pal-browser" : "npm:aurelia-pal-browser@1.0.0" ,
29
31
"aurelia-polyfills" : "npm:aurelia-polyfills@1.1.1" ,
30
32
"aurelia-router" : "npm:aurelia-router@1.0.6" ,
31
33
"aurelia-templating" : "npm:aurelia-templating@1.1.1" ,
@@ -257,4 +259,4 @@ System.config({
257
259
"indexof" : "npm:indexof@0.0.1"
258
260
}
259
261
}
260
- } ) ;
262
+ } ) ;
Original file line number Diff line number Diff line change 80
80
"aurelia-logging-console" : " npm:aurelia-logging-console@^1.0.0" ,
81
81
"aurelia-notify" : " npm:aurelia-notify@^0.7.0" ,
82
82
"aurelia-pal" : " npm:aurelia-pal@^1.0.0" ,
83
+ "aurelia-pal-browser" : " npm:aurelia-pal-browser@^1.0.0" ,
83
84
"aurelia-polyfills" : " npm:aurelia-polyfills@^1.1.1" ,
84
85
"aurelia-router" : " npm:aurelia-router@^1.0.6" ,
85
86
"aurelia-templating" : " npm:aurelia-templating@^1.1.1" ,
You can’t perform that action at this time.
0 commit comments