unbreak bundler

This commit is contained in:
Leo Horie 2016-08-03 00:01:17 -04:00
parent 8ec3a3f2c5
commit 8c71c39631
4 changed files with 33 additions and 32 deletions

View file

@ -1,3 +1,3 @@
;(function() {
window.m = require("./index")
})()
var m = require("./index")
if (typeof module !== "undefined") module["exports"] = m
else window.m = m