This is a fork based on madrobby/zepto.
npm install --save commonjs-zepto
import $ from 'commonjs-zepto'
How I made this:
git rm *json zepto.min.js Makefile
npm init
subl zepto.js
subl README.md
git diff zepto.js
+// @@ modified by shinygang
+ else if (typeof exports === 'object')
+ module.exports = factory(global)
+// @@ modifications end