components/zepto

Shim repository for the Zepto.js JavaScript library.

Installs: 6 191

Dependents: 0

Suggesters: 0

Security: 0

Stars: 21

Watchers: 18

Forks: 26

Open Issues: 1

Language:JavaScript

Type:component

1.2.0 2017-01-05 12:12 UTC

This package is auto-updated.

Last update: 2024-04-10 08:01:00 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