Skip to content

components/zepto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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