configure Babel and Traceur overrides

This commit is contained in:
guybedford
2015-03-16 13:00:26 +02:00
parent fbb90b7f0e
commit 2261b3a624
5 changed files with 29 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.DS_Store
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"traceur-runtime": {
"exports": "$traceurRuntime"
}
}
}
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"traceur": {
"exports": "traceur"
}
}
}
@@ -0,0 +1,6 @@
{
"main": false,
"format": "cjs",
"dependencies": {},
"jspmNodeConversion": false
}
+6
View File
@@ -0,0 +1,6 @@
{
"main": "browser.js",
"format": "global",
"dependencies": {},
"jspmNodeConversion": false
}