Skip to content

Commit

Permalink
update(jspm)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Sep 28, 2016
1 parent 673799a commit c820770
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 50 additions & 1 deletion app/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
System.config({
defaultJSExtensions: true,
transpiler: "traceur",
transpiler: "-a",
paths: {
"app/*": "src/*.js",
"users/*": "src/users/*.js",
Expand All @@ -10,6 +10,8 @@ System.config({
},

map: {
"-a": "npm:[email protected]",
"-a-runtime": "npm:[email protected]",
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-aria": "github:angular/[email protected]",
Expand All @@ -36,6 +38,53 @@ System.config({
"angular-aria": "github:angular/[email protected]",
"angular-messages": "github:angular/[email protected]",
"css": "github:systemjs/[email protected]"
},
"github:jspm/[email protected]": {
"assert": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"buffer": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"process": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"util": "npm:[email protected]"
},
"github:jspm/[email protected]": {
"vm-browserify": "npm:[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]",
"buffer": "github:jspm/[email protected]",
"process": "github:jspm/[email protected]",
"util": "npm:[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"base64-js": "npm:[email protected]",
"child_process": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"ieee754": "npm:[email protected]",
"isarray": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"util": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"assert": "github:jspm/[email protected]",
"fs": "github:jspm/[email protected]",
"vm": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"inherits": "npm:[email protected]",
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"indexof": "npm:[email protected]"
}
}
});
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"text": "github:systemjs/plugin-text@^0.0.4"
},
"devDependencies": {
"-a": "npm:babel-core@^5.8.24",
"-a-runtime": "npm:babel-runtime@^5.8.24",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
Expand Down

0 comments on commit c820770

Please sign in to comment.