Skip to content

Commit db4c46b

Browse files
authored
docs(guides): remove trailing comma in package.json (#6227)
1 parent 6bf957d commit db4c46b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/guides/getting-started.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ contributors:
2626
- anshumanv
2727
- d3lm
2828
- snitin315
29+
- Etheryen
2930
---
3031

3132
Webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interact with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community.
@@ -118,7 +119,7 @@ T> If you want to learn more about the inner workings of `package.json`, then we
118119
"license": "MIT",
119120
"devDependencies": {
120121
"webpack": "^5.38.1",
121-
"webpack-cli": "^4.7.2",
122+
"webpack-cli": "^4.7.2"
122123
}
123124
}
124125
```

0 commit comments

Comments
 (0)