Skip to content

Commit 3de41b9

Browse files
committed
Add to bower
1 parent 469da1f commit 3de41b9

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

bower.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "dirrty",
3+
"version": "0.2.0",
4+
"homepage": "https://github.com/rubentd/dirrty",
5+
"authors": [
6+
"Ruben Torres <[email protected]>"
7+
],
8+
"description": "lightweight jquery plugin to detect when the fields of a form are modified",
9+
"main": "dist/jquery.dirrty.js",
10+
"keywords": [
11+
"dirty",
12+
"forms",
13+
"dirrty",
14+
"form",
15+
"changes",
16+
"detect"
17+
],
18+
"license": "MIT",
19+
"ignore": [
20+
"**/.*",
21+
"node_modules",
22+
"bower_components",
23+
"test",
24+
"tests"
25+
],
26+
"dependencies": {
27+
"jquery": ">=1.5"
28+
}
29+
}

dist/jquery.dirrty.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Dirrty v0.2.0
3-
* jquery plugin to detect when the fields of a form are modified
3+
* lightweight jquery plugin to detect when the fields of a form are modified
44
* (c)2014 Rub�n Torres - [email protected]
55
* Released under the MIT license
66
*/

0 commit comments

Comments
 (0)