Skip to content

Commit 2f1742d

Browse files
committed
Merge pull request rstaib#96 from civico92/patch-1
Fixed dependency jquery version
2 parents 49c49fd + 0615bd0 commit 2f1742d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"steps.jquery.json"
4343
],
4444
"dependencies": {
45-
"jquery": "=>1.9.0"
45+
"jquery": ">=1.9.0"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)