Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit c820770

Browse files
update(jspm)
1 parent 673799a commit c820770

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

app/config.js

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
System.config({
22
defaultJSExtensions: true,
3-
transpiler: "traceur",
3+
transpiler: "-a",
44
paths: {
55
"app/*": "src/*.js",
66
"users/*": "src/users/*.js",
@@ -10,6 +10,8 @@ System.config({
1010
},
1111

1212
map: {
13+
"-a": "npm:babel-core@5.8.38",
14+
"-a-runtime": "npm:babel-runtime@5.8.38",
1315
"angular": "github:angular/bower-angular@1.5.8",
1416
"angular-animate": "github:angular/bower-angular-animate@1.5.8",
1517
"angular-aria": "github:angular/bower-angular-aria@1.5.8",
@@ -36,6 +38,53 @@ System.config({
3638
"angular-aria": "github:angular/bower-angular-aria@1.5.8",
3739
"angular-messages": "github:angular/bower-angular-messages@1.5.8",
3840
"css": "github:systemjs/plugin-css@0.1.29"
41+
},
42+
"github:jspm/nodelibs-assert@0.1.0": {
43+
"assert": "npm:assert@1.4.1"
44+
},
45+
"github:jspm/nodelibs-buffer@0.1.0": {
46+
"buffer": "npm:buffer@3.6.0"
47+
},
48+
"github:jspm/nodelibs-process@0.1.2": {
49+
"process": "npm:process@0.11.9"
50+
},
51+
"github:jspm/nodelibs-util@0.1.0": {
52+
"util": "npm:util@0.10.3"
53+
},
54+
"github:jspm/nodelibs-vm@0.1.0": {
55+
"vm-browserify": "npm:vm-browserify@0.0.4"
56+
},
57+
"npm:assert@1.4.1": {
58+
"assert": "github:jspm/nodelibs-assert@0.1.0",
59+
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
60+
"process": "github:jspm/nodelibs-process@0.1.2",
61+
"util": "npm:util@0.10.3"
62+
},
63+
"npm:babel-runtime@5.8.38": {
64+
"process": "github:jspm/nodelibs-process@0.1.2"
65+
},
66+
"npm:buffer@3.6.0": {
67+
"base64-js": "npm:base64-js@0.0.8",
68+
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
69+
"fs": "github:jspm/nodelibs-fs@0.1.2",
70+
"ieee754": "npm:ieee754@1.1.6",
71+
"isarray": "npm:isarray@1.0.0",
72+
"process": "github:jspm/nodelibs-process@0.1.2"
73+
},
74+
"npm:inherits@2.0.1": {
75+
"util": "github:jspm/nodelibs-util@0.1.0"
76+
},
77+
"npm:process@0.11.9": {
78+
"assert": "github:jspm/nodelibs-assert@0.1.0",
79+
"fs": "github:jspm/nodelibs-fs@0.1.2",
80+
"vm": "github:jspm/nodelibs-vm@0.1.0"
81+
},
82+
"npm:util@0.10.3": {
83+
"inherits": "npm:inherits@2.0.1",
84+
"process": "github:jspm/nodelibs-process@0.1.2"
85+
},
86+
"npm:vm-browserify@0.0.4": {
87+
"indexof": "npm:indexof@0.0.1"
3988
}
4089
}
4190
});

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"text": "github:systemjs/plugin-text@^0.0.4"
2222
},
2323
"devDependencies": {
24+
"-a": "npm:babel-core@^5.8.24",
25+
"-a-runtime": "npm:babel-runtime@^5.8.24",
2426
"traceur": "github:jmcriffey/bower-traceur@0.0.92",
2527
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92"
2628
}

0 commit comments

Comments
 (0)