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

Commit 7792fa0

Browse files
update(config): updated config from e6 branch
1 parent e6b6467 commit 7792fa0

File tree

2 files changed

+9
-61
lines changed

2 files changed

+9
-61
lines changed

app/config.js

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

1212
map: {
13-
"-a": "npm:babel-core@5.8.38",
14-
"-a-runtime": "npm:babel-runtime@5.8.38",
1513
"angular": "github:angular/bower-angular@1.5.8",
1614
"angular-animate": "github:angular/bower-angular-animate@1.5.8",
1715
"angular-aria": "github:angular/bower-angular-aria@1.5.8",
1816
"angular-material": "github:angular/bower-material@master",
1917
"angular-messages": "github:angular/bower-angular-messages@1.5.8",
2018
"angular-mocks": "github:angular/bower-angular-mocks@1.5.8",
21-
"css": "github:systemjs/plugin-css@0.1.29",
22-
"json": "github:systemjs/plugin-json@0.1.2",
19+
"css": "github:systemjs/plugin-css@0.1.21",
20+
"json": "github:systemjs/plugin-json@0.1.0",
2321
"text": "github:systemjs/plugin-text@0.0.4",
24-
"traceur": "github:jmcriffey/bower-traceur@0.0.92",
25-
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92",
22+
"traceur": "github:jmcriffey/bower-traceur@0.0.93",
23+
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.93",
2624
"github:angular/bower-angular-animate@1.5.8": {
2725
"angular": "github:angular/bower-angular@1.5.8"
2826
},
@@ -37,54 +35,7 @@ System.config({
3735
"angular-animate": "github:angular/bower-angular-animate@1.5.8",
3836
"angular-aria": "github:angular/bower-angular-aria@1.5.8",
3937
"angular-messages": "github:angular/bower-angular-messages@1.5.8",
40-
"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"
38+
"css": "github:systemjs/plugin-css@0.1.21"
8839
}
8940
}
9041
});

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,15 @@
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",
26-
"traceur": "github:jmcriffey/bower-traceur@0.0.92",
27-
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.92"
24+
"traceur": "github:jmcriffey/bower-traceur@0.0.93",
25+
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.93"
2826
}
2927
},
3028
"devDependencies": {
3129
"jspm": "^0.16.46",
3230
"live-server": "^0.9.2"
3331
},
3432
"scripts": {
35-
"postinstall": "jspm install",
36-
"serve": "live-server ./app"
33+
"postinstall": "jspm install"
3734
}
3835
}

0 commit comments

Comments
 (0)