Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f55b6bc

Browse files
author
Ændrew Rininsland
committed
And somehow I nuked bower.json spacing...
Fixed again.
1 parent 2d820c9 commit f55b6bc

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

bower.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"name": "github-api",
3-
"main": "github.js",
4-
"homepage": "https://github.com/michael/github",
5-
"authors": [
6-
"Sergey Klimov <[email protected]> (http://darvin.github.com/)"
7-
],
8-
"description": "Github.js provides a minimal higher-level wrapper around git's plumbing commands, exposing an API for manipulating GitHub repositories on the file level. It is being developed in the context of Prose, a content editor for GitHub.",
9-
"moduleType": [
10-
"globals"
11-
],
12-
"keywords": [
13-
"github",
14-
"oauth"
15-
],
16-
"license": "BSD",
17-
"ignore": [
18-
"**/.*",
19-
"node_modules",
20-
"bower_components",
21-
"test",
22-
"tests"
23-
]
2+
"name":"github-api",
3+
"main":"github.js",
4+
"homepage":"https://github.com/michael/github",
5+
"authors":[
6+
"Sergey Klimov <[email protected]> (http://darvin.github.com/)"
7+
],
8+
"description":"Github.js provides a minimal higher-level wrapper around git's plumbing commands, exposing an API for manipulating GitHub repositories on the file level. It is being developed in the context of Prose, a content editor for GitHub.",
9+
"moduleType":[
10+
"globals"
11+
],
12+
"keywords":[
13+
"github",
14+
"oauth"
15+
],
16+
"license":"BSD",
17+
"ignore":[
18+
"**/.*",
19+
"node_modules",
20+
"bower_components",
21+
"test",
22+
"tests"
23+
]
2424
}

0 commit comments

Comments
 (0)