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

Commit f6f4ead

Browse files
update(jspm)
1 parent dd956b8 commit f6f4ead

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:[email protected]",
14+
"-a-runtime": "npm:[email protected]",
1315
"angular": "github:angular/[email protected]",
1416
"angular-animate": "github:angular/[email protected]",
1517
"angular-aria": "github:angular/[email protected]",
@@ -36,6 +38,53 @@ System.config({
3638
"angular-aria": "github:angular/[email protected]",
3739
"angular-messages": "github:angular/[email protected]",
3840
"css": "github:systemjs/[email protected]"
41+
},
42+
"github:jspm/[email protected]": {
43+
"assert": "npm:[email protected]"
44+
},
45+
"github:jspm/[email protected]": {
46+
"buffer": "npm:[email protected]"
47+
},
48+
"github:jspm/[email protected]": {
49+
"process": "npm:[email protected]"
50+
},
51+
"github:jspm/[email protected]": {
52+
"util": "npm:[email protected]"
53+
},
54+
"github:jspm/[email protected]": {
55+
"vm-browserify": "npm:[email protected]"
56+
},
57+
58+
"assert": "github:jspm/[email protected]",
59+
"buffer": "github:jspm/[email protected]",
60+
"process": "github:jspm/[email protected]",
61+
"util": "npm:[email protected]"
62+
},
63+
64+
"process": "github:jspm/[email protected]"
65+
},
66+
67+
"base64-js": "npm:[email protected]",
68+
"child_process": "github:jspm/[email protected]",
69+
"fs": "github:jspm/[email protected]",
70+
"ieee754": "npm:[email protected]",
71+
"isarray": "npm:[email protected]",
72+
"process": "github:jspm/[email protected]"
73+
},
74+
75+
"util": "github:jspm/[email protected]"
76+
},
77+
78+
"assert": "github:jspm/[email protected]",
79+
"fs": "github:jspm/[email protected]",
80+
"vm": "github:jspm/[email protected]"
81+
},
82+
83+
"inherits": "npm:[email protected]",
84+
"process": "github:jspm/[email protected]"
85+
},
86+
87+
"indexof": "npm:[email protected]"
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/[email protected]",
2527
"traceur-runtime": "github:jmcriffey/[email protected]"
2628
}

0 commit comments

Comments
 (0)