components / zepto
Shim repository for the Zepto.js JavaScript library.
Package info
Language:JavaScript
Type:component
pkg:composer/components/zepto
1.2.0
2017-01-05 12:12 UTC
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