Skip to content

Commit

Permalink
Bumped version again, corrected mistake in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfcolon committed Oct 13, 2017
1 parent 7160498 commit 0cbf881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ yarn add numbers-only
It works best when you use `numbersOnly` as the event handler for `keydown` events.

```
import numbersOnly from 'numbersOnly';
import numbersOnly from 'numbers-only';
<input type="text" name="some-numeric-field" onkeydown="numbersOnly" />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "numbers-only",
"version": "1.0.1",
"version": "1.0.2",
"description": "Javascript event to only allow numbers in an input field",
"main": "dist",
"scripts": {
Expand Down

0 comments on commit 0cbf881

Please sign in to comment.