diff --git a/bower.json b/bower.json index beaedca78..06e4471e4 100644 --- a/bower.json +++ b/bower.json @@ -25,9 +25,11 @@ "plugins", "test", "tests", - "src" + "src", + "Gulpfile.js", + "package.json" ], "dependencies": { - "jquery": ">=1.11.1" + "jquery": ">=1.7" } }