Skip to content

Commit

Permalink
GITBOOK-196: Clean up package.json code blocks in Configuration Ove…
Browse files Browse the repository at this point in the history
…rview
  • Loading branch information
erickzhao authored and gitbook-bot committed Feb 8, 2025
1 parent c12b919 commit 6ccf77d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ module.exports = {
{% endtab %}

{% tab title="package.json" %}
{% code title="package.json" %}
```json
{
"name": "my-app",
Expand All @@ -45,7 +44,6 @@ module.exports = {
}
}
```
{% endcode %}
{% endtab %}
{% endtabs %}

Expand All @@ -71,7 +69,7 @@ module.exports = {
{% endtab %}

{% tab title="package.json" %}
```jsonc
```json
// Only the relevant section of package.json is shown, for brevity.
{
"config": {
Expand Down

0 comments on commit 6ccf77d

Please sign in to comment.