Skip to content

Commit 52ff64b

Browse files
committed
0.5.0
1 parent 41182dd commit 52ff64b

1 file changed

Lines changed: 30 additions & 30 deletions

File tree

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "jquery-text-counter",
3-
"title": "jQuery Text Counter",
4-
"description": "jQuery plugin to count text/characters in a textarea or input. Allows error notifications on minimum or maximum number of characters/words.",
5-
"keywords": [
6-
"jquery-plugin",
7-
"ecosystem:jquery",
8-
"words",
9-
"characters",
10-
"counter",
11-
"minimum",
12-
"maximum"
13-
],
14-
"version": "0.4.0",
15-
"author": {
16-
"name": "ractoon",
17-
"url": "http://www.ractoon.com"
18-
},
19-
"licenses": [
20-
{
21-
"type": "MIT",
22-
"url": "https://github.com/ractoon/jQuery-Text-Counter/blob/master/LICENSE.md"
23-
}
24-
],
25-
"bugs": "https://github.com/ractoon/jQuery-Text-Counter/issues",
26-
"homepage": "https://github.com/ractoon/jQuery-Text-Counter",
27-
"repository": "https://github.com/ractoon/jQuery-Text-Counter",
28-
"dependencies": {
29-
"jquery": ">=1.5"
30-
}
31-
}
2+
"name": "jquery-text-counter",
3+
"title": "jQuery Text Counter",
4+
"description": "jQuery plugin to count text/characters in a textarea or input. Allows error notifications on minimum or maximum number of characters/words.",
5+
"keywords": [
6+
"jquery-plugin",
7+
"ecosystem:jquery",
8+
"words",
9+
"characters",
10+
"counter",
11+
"minimum",
12+
"maximum"
13+
],
14+
"version": "0.5.0",
15+
"author": {
16+
"name": "ractoon",
17+
"url": "http://www.ractoon.com"
18+
},
19+
"licenses": [
20+
{
21+
"type": "MIT",
22+
"url": "https://github.com/ractoon/jQuery-Text-Counter/blob/master/LICENSE.md"
23+
}
24+
],
25+
"bugs": "https://github.com/ractoon/jQuery-Text-Counter/issues",
26+
"homepage": "https://github.com/ractoon/jQuery-Text-Counter",
27+
"repository": "https://github.com/ractoon/jQuery-Text-Counter",
28+
"dependencies": {
29+
"jquery": ">=1.5"
30+
}
31+
}

0 commit comments

Comments
 (0)