We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49be049 commit e214440Copy full SHA for e214440
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "html-input-type-serialnumber",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "A widget that assists users while filling out HTML Input fields intended for Serial Numbers.",
5
"main": "src/jquery.serialnumberinput.js",
6
"scripts": {
@@ -14,7 +14,8 @@
14
"jquery-plugin",
15
"input-validation",
16
"widget",
17
- "html-input"
+ "html-input",
18
+ "ecosystem:jquery"
19
],
20
"author": "Ishpreet Singh Bhasin",
21
"license": "GPL-3.0",
src/jquery.serialnumberinput.js
@@ -1,5 +1,5 @@
/*
- HTML Input Type SerialNumber - v1.0.2
+ HTML Input Type SerialNumber - v1.0.3
License: GNU GENERAL PUBLIC LICENSE Version 3
GitHub: https://github.com/ish-101/HTML-Input-Type-SerialNumber
Dependency: jQuery 3.x.x
0 commit comments