Skip to content

Commit 1a4e3cf

Browse files
committed
loosen jquery version dependency
The previous jQuery version dependency tied the plugin to version 1.7, not 1.7.1 or higher. I'm assuming this is compatible with 2.X too, so loosened it to >=1.7. If it's not 2.X compatible, you could tighten it to ~1.7 for all 1.X releases after 1.7
1 parent d182c67 commit 1a4e3cf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"license": "MIT",
77
"ignore": [],
88
"dependencies": {
9-
"jquery": "1.7.0"
9+
"jquery": ">=1.7.0"
1010
},
1111
"devDependencies": {}
12-
}
12+
}
13+

0 commit comments

Comments
 (0)