add browser file so we can have a custom browser environment

This commit is contained in:
Sebastian McKenzie
2014-10-28 10:52:07 +11:00
parent 6811f071a9
commit 3b7ce5aaa1
2 changed files with 7 additions and 1 deletions

3
lib/6to5/browser.js Normal file
View File

@@ -0,0 +1,3 @@
var transform = require("./transform");
module.exports = transform;