Skip to content

Commit 687d1c7

Browse files
committed
✏️ docs(badges): add badges, a little OCD on package desc :D
1 parent f86c238 commit 687d1c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# jquery-inputsearch.js
22

3+
[![version](https://img.shields.io/npm/v/jquery-inputsearch.svg)](https://www.npmjs.com/package/jquery-inputsearch)
4+
[![downloads](https://img.shields.io/npm/dt/jquery-inputsearch.svg)](http://npm-stat.com/charts.html?package=jquery-inputsearch)
5+
[![WTFPL License](https://img.shields.io/badge/license-WTFPL-red.svg)](https://raw.githubusercontent.com/dwiyatci/jquery-inputsearch/master/LICENSE.txt)
6+
37
jQuery plugin for automagically transforming `input[type="text"]` elements into
48
`input[type="search"]`-like elements.
59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-inputsearch",
33
"version": "1.0.0",
4-
"description": "jQuery plugin for automagically transforming input[type=\"text\"] elements into input[type=\"search\"]-like elements.",
4+
"description": "jQuery plugin for automagically transforming input[type=\"text\"] elements into input[type=\"search\"]-like elements",
55
"keywords": [
66
"jquery-plugin",
77
"ecosystem:jquery",

0 commit comments

Comments
 (0)