Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 425 Bytes

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