Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 7dc216a

Browse files
committed
[Task] obey naming convention
1 parent cc07d8e commit 7dc216a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bower.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "exists",
3-
"version": "1.0.0",
2+
"name": "jquery.exists",
3+
"version": "1.1.0",
44
"homepage": "https://github.com/markusfalk/exists",
55
"authors": [
66
"Markus Falk <[email protected]>"
@@ -10,5 +10,8 @@
1010
"license": "MIT",
1111
"ignore": [
1212
"*.md"
13-
]
13+
],
14+
"dependencies": {
15+
"jquery": ">1.7.0"
16+
},
1417
}

0 commit comments

Comments
 (0)