treat babel as a global

This commit is contained in:
guybedford
2015-03-17 19:47:01 +02:00
parent ee31bbc593
commit cc99ee28f8
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"main": "browser.js", "main": "browser.js",
"format": "amd", "format": "global",
"dependencies": {}, "dependencies": {},
"jspmNodeConversion": false "jspmNodeConversion": false
} }