bower.json: sort ignores by name.

This commit is contained in:
XhmikosR
2013-11-15 20:22:14 +02:00
parent 29b6ddb903
commit 9f9dd2f18c
+5 -5
View File
@@ -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"