Skip to content

Commit 9c848a5

Browse files
committed
Fix indentation
1 parent 5d4cdaa commit 9c848a5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"homepage": "https://github.com/zenorocha/jquery-github/",
77
"version": "0.3.0",
88
"devDependencies": {
9-
"grunt": "~0.4.1",
10-
"grunt-cli": "~0.1.7",
11-
"grunt-contrib-jshint": "~0.4.3",
12-
"grunt-contrib-concat": "~0.3.0",
13-
"grunt-contrib-uglify": "~0.2.0",
14-
"grunt-contrib-watch": "~0.4.2"
15-
},
9+
"grunt": "~0.4.1",
10+
"grunt-cli": "~0.1.7",
11+
"grunt-contrib-jshint": "~0.4.3",
12+
"grunt-contrib-concat": "~0.3.0",
13+
"grunt-contrib-uglify": "~0.2.0",
14+
"grunt-contrib-watch": "~0.4.2"
15+
},
1616
"scripts": {
1717
"test": "grunt travis --verbose"
1818
}

0 commit comments

Comments
 (0)