Skip to content

Commit

Permalink
update testlibs
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 27, 2015
1 parent d4f5b34 commit a1f6de1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion testlibs/bundle-sfx.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jspm bundle-sfx main + voxel-demo -mi
open test-sfx.html
http-server
9 changes: 6 additions & 3 deletions testlibs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ System.config({
System.config({
"map": {
"angular": "github:angular/[email protected]",
"babel": "npm:[email protected].11",
"babel-runtime": "npm:[email protected].11",
"babel": "npm:[email protected].13",
"babel-runtime": "npm:[email protected].13",
"bootstrap": "github:twbs/[email protected]",
"core-js": "npm:core-js@0.8.4",
"core-js": "npm:core-js@0.9.4",
"css": "github:systemjs/[email protected]",
"d3": "github:mbostock/[email protected]",
"jquery": "github:components/[email protected]",
Expand Down Expand Up @@ -132,6 +132,9 @@ System.config({
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"process": "github:jspm/[email protected]"
},
"npm:[email protected]": {
"buffer": "github:jspm/[email protected]"
},
Expand Down
6 changes: 3 additions & 3 deletions testlibs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"voxel-demo": "npm:voxel-demo@^0.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"core-js": "npm:core-js@^0.8.1",
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4",
"traceur": "jmcriffey/[email protected]",
"traceur-runtime": "jmcriffey/[email protected]"
}
Expand Down

0 comments on commit a1f6de1

Please sign in to comment.