Skip to content

Commit 6ccf77d

Browse files
erickzhaogitbook-bot
authored andcommitted
GITBOOK-196: Clean up package.json code blocks in Configuration Overview
1 parent c12b919 commit 6ccf77d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/configuration.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module.exports = {
2828
{% endtab %}
2929

3030
{% tab title="package.json" %}
31-
{% code title="package.json" %}
3231
```json
3332
{
3433
"name": "my-app",
@@ -45,7 +44,6 @@ module.exports = {
4544
}
4645
}
4746
```
48-
{% endcode %}
4947
{% endtab %}
5048
{% endtabs %}
5149

@@ -71,7 +69,7 @@ module.exports = {
7169
{% endtab %}
7270

7371
{% tab title="package.json" %}
74-
```jsonc
72+
```json
7573
// Only the relevant section of package.json is shown, for brevity.
7674
{
7775
"config": {

0 commit comments

Comments
 (0)