diff --git a/bower.json b/bower.json index 8907baf98..9acd327c8 100644 --- a/bower.json +++ b/bower.json @@ -3,12 +3,12 @@ "version": "3.1.6", "main": "./jquery.mousewheel.js", "ignore": [ - ".*", - "*.txt", - "*.markdown", "*.json", - "test", - "Gruntfile.js" + "*.markdown", + "*.txt", + ".*", + "Gruntfile.js", + "test" ], "dependencies": { "jquery": ">=1.2.2"