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
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"traceur-runtime": {
"exports": "$traceurRuntime"
}
}
}
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"traceur": {
"exports": "traceur"
}
}
}