way2web-click-limit
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -12,3 +12,3 @@ /** | ||
/** @type {string} */ | ||
var version = '0.0.2'; | ||
var version = '0.0.3'; | ||
@@ -15,0 +15,0 @@ /** @type {object} */ |
{ | ||
"name": "way2web-click-limit", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Disable the element on a click limit.", | ||
@@ -5,0 +5,0 @@ "files": [ |
# Click Limit package | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-stats] | ||
With this package you can set a limit on how many times you can click on the element. | ||
@@ -50,1 +52,6 @@ | ||
This will run all the tests in the test folder with mocha. | ||
[downloads-image]: https://img.shields.io/npm/dt/way2web-click-limit.svg | ||
[npm-url]: https://www.npmjs.com/package/way2web-click-limit | ||
[npm-image]: https://img.shields.io/npm/v/way2web-click-limit.svg | ||
[npm-stats]: https://npm-stat.com/charts.html?package=way2web-click-limit |
6098
57