Skip to content

Commit

Permalink
Add npm keywords
Browse files Browse the repository at this point in the history
Update dependencies
Update tests
  • Loading branch information
Joris Daniel committed Jan 24, 2020
1 parent 3895451 commit 2b5e6ab
Show file tree
Hide file tree
Showing 7 changed files with 4,044 additions and 3,060 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.github/
.vscode/
coverage
.editorconfig
.eslintignore
.eslintrc.js
Expand All @@ -8,4 +9,4 @@
.nvmrc
.travis.yml
babel.config.js
prettier.Config.js
prettier.config.js
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# CHANGELOG

## 1.0.1

### Updates

* Add npm keywords
* Update dependencies
* Update tests

## 1.0.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# validateTarget

![validateTarget](https://img.shields.io/badge/validate--target-v1.0.0-546e7a.svg?style=for-the-badge) [![TravisCI](https://img.shields.io/travis/com/yoriiis/validate-target/master?style=for-the-badge)](https://travis-ci.com/yoriiis/validate-target) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/validate-target?style=for-the-badge)](https://coveralls.io/github/yoriiis/validate-target?branch=master) ![Node.js](https://img.shields.io/node/v/validate-target?style=for-the-badge) [![Bundlephobia](https://img.shields.io/bundlephobia/minzip/validate-target?style=for-the-badge)](https://bundlephobia.com/result?p=validate-target@latest)
![validateTarget](https://img.shields.io/badge/validate--target-v1.0.1-546e7a.svg?style=for-the-badge) [![TravisCI](https://img.shields.io/travis/com/yoriiis/validate-target/master?style=for-the-badge)](https://travis-ci.com/yoriiis/validate-target) [![Coverage Status](https://img.shields.io/coveralls/github/yoriiis/validate-target?style=for-the-badge)](https://coveralls.io/github/yoriiis/validate-target?branch=master) ![Node.js](https://img.shields.io/node/v/validate-target?style=for-the-badge) [![Bundlephobia](https://img.shields.io/bundlephobia/minzip/validate-target?style=for-the-badge)](https://bundlephobia.com/result?p=validate-target@latest)

validateTarget is a minimalist script to easily validate target of an HTML element especially during event delegation. Event delegation is advised for better performance, read [MDN documentation](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Building_blocks/Events#Event_delegation) for more information.

Expand Down

0 comments on commit 2b5e6ab

Please sign in to comment.