Skip to content

Commit f9e1c46

Browse files
alexandersandbergmarijnh
authored andcommitted
Fix weird indentation
1 parent e1d2676 commit f9e1c46

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

code/skillsharing/package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
"name": "ejs-skillsharing",
3-
"version": "1.0.0",
4-
"main": "skillsharing_server.js",
5-
"description": "Skill-sharing website example from Eloquent JavaScript",
6-
"dependencies": {
7-
"ecstatic": "^3.1.0"
8-
},
9-
"licenses": [
10-
{
11-
"type": "MIT",
12-
"url": "https://opensource.org/licenses/MIT"
13-
}
14-
],
15-
"bugs": "https://github.com/marijnh/Eloquent-JavaScript/issues",
16-
"homepage": "https://eloquentjavascript.net/21_skillsharing.html",
17-
"maintainers": [
18-
{
19-
"name": "Marijn Haverbeke",
20-
"email": "[email protected]",
21-
"web": "https://marijnhaverbeke.nl/"
22-
}
23-
],
24-
"repository": {
25-
"type": "git",
26-
"url": "https://github.com/marijnh/Eloquent-JavaScript.git"
27-
}
2+
"name": "ejs-skillsharing",
3+
"version": "1.0.0",
4+
"main": "skillsharing_server.js",
5+
"description": "Skill-sharing website example from Eloquent JavaScript",
6+
"dependencies": {
7+
"ecstatic": "^3.1.0"
8+
},
9+
"licenses": [
10+
{
11+
"type": "MIT",
12+
"url": "https://opensource.org/licenses/MIT"
13+
}
14+
],
15+
"bugs": "https://github.com/marijnh/Eloquent-JavaScript/issues",
16+
"homepage": "https://eloquentjavascript.net/21_skillsharing.html",
17+
"maintainers": [
18+
{
19+
"name": "Marijn Haverbeke",
20+
"email": "[email protected]",
21+
"web": "https://marijnhaverbeke.nl/"
22+
}
23+
],
24+
"repository": {
25+
"type": "git",
26+
"url": "https://github.com/marijnh/Eloquent-JavaScript.git"
27+
}
2828
}

0 commit comments

Comments
 (0)