Skip to content

Commit

Permalink
doc: use valid JSON in example for bundledDependencies
Browse files Browse the repository at this point in the history
Credit: @charmander
Reviewed-By: @iarna
PR-URL: npm/npm#19118
  • Loading branch information
charmander authored and iarna committed Nov 17, 2017
1 parent 8a0fe71 commit dbc7e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/files/package.json.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ If we define a package.json like this:
"name": "awesome-web-framework",
"version": "1.0.0",
"bundledDependencies": [
'renderized', 'super-streams'
"renderized", "super-streams"
]
}
```
Expand Down

0 comments on commit dbc7e5b

Please sign in to comment.