components / zepto
Shim repository for the Zepto.js JavaScript library.
Installs: 7 085
Dependents: 0
Suggesters: 0
Security: 0
Stars: 21
Watchers: 18
Forks: 26
Open Issues: 1
Language:JavaScript
Type:component
README
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