Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 710 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 710 Bytes

Zepto.js

Shim repository for the Zepto.js JavaScript library.

Package Managers

Maintanance

To build a new release, update the target version in the Makefile, and run make:

make

Commit and push the changes to the master branch:

git add -A
git commit -m "Update Zepto"
git push origin master

Tag and push the new version:

git tag 1.1.4
git push origin 1.1.4