Skip to content

Commit 9f9dd2f

Browse files
committed
bower.json: sort ignores by name.
1 parent 29b6ddb commit 9f9dd2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"version": "3.1.6",
44
"main": "./jquery.mousewheel.js",
55
"ignore": [
6-
".*",
7-
"*.txt",
8-
"*.markdown",
96
"*.json",
10-
"test",
11-
"Gruntfile.js"
7+
"*.markdown",
8+
"*.txt",
9+
".*",
10+
"Gruntfile.js",
11+
"test"
1212
],
1313
"dependencies": {
1414
"jquery": ">=1.2.2"

0 commit comments

Comments
 (0)