Skip to content

Commit

Permalink
chore: Format JSON in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Sep 7, 2021
1 parent aeec991 commit e02794b
Showing 1 changed file with 18 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,26 +82,22 @@ In _package.json_, set `version` to `1.0.0`:

```json filename=package.json lineHighlight=4
{
"private": true,
"name": "ab-test",
"version": "1.0.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0"
},
"nr1": {
"uuid": "2d923ba6-d231-4dd3-830f-b1923577a422"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"browserslist": [
"last 2 versions",
"not ie < 11",
"not dead"
]
"private": true,
"name": "ab-test",
"version": "1.0.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0"
},
"nr1": {
"uuid": "2d923ba6-d231-4dd3-830f-b1923577a422"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"browserslist": ["last 2 versions", "not ie < 11", "not dead"]
}
```

Expand Down Expand Up @@ -333,4 +329,5 @@ This lesson is part of a course that teaches you how to build a New Relic One ap
</Callout>
</HideWhenEmbedded>
</HideWhenEmbedded>

0 comments on commit e02794b

Please sign in to comment.