Skip to content

Commit 36198b4

Browse files
SyntaxCacaoEugeneHlushko
authored andcommitted
Fix indent in package.json example (#2843)
1 parent 8fbe42f commit 36198b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/guides/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ __package.json__
9898
"author": "",
9999
"license": "ISC",
100100
"devDependencies": {
101-
"webpack": "^4.20.2",
102-
"webpack-cli": "^3.1.2"
101+
"webpack": "^4.20.2",
102+
"webpack-cli": "^3.1.2"
103103
},
104104
"dependencies": {}
105105
}

0 commit comments

Comments
 (0)