8000 Fix spacing in readme examples (#510) · JavaScriptExpert/np@eab7bbd · GitHub
[go: up one dir, main page]

Skip to content

Commit eab7bbd

Browse files
authored
Fix spacing in readme examples (sindresorhus#510)
1 parent 5d1a00b commit eab7bbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To publish a [private Org-scoped package](https://docs.npmjs.com/creating-and-pu
222222
Set the [`registry` option](https://docs.npmjs.com/misc/config#registry) in package.json to the URL of your registry:
223223

224224
```json
225-
"publishConfig":{
225+
"publishConfig": {
226226
"registry": "http://my-internal-registry.local"
227227
}
228228
```
@@ -240,7 +240,7 @@ $ npm install --save-dev branchsite
240240
```
241241

242242
```json
243-
"scripts":{
243+
"scripts": {
244244
"deploy": "np",
245245
"postdeploy": "bs"
246246
}
@@ -293,7 +293,7 @@ npm ERR! 403 Forbidden - GET https://registry.yarnpkg.com/-/package/my-awesome-p
293293
…please check whether the command `npm access ls-collaborators my-awesome-package` succeeds. If it does, Yarn has overwritten your registry URL. To fix this, add the correct registry URL to `package.json`:
294294

295295
```json
296-
"publishConfig":{
296+
"publishConfig": {
297297
"registry": "https://registry.npmjs.org"
298298
}
299299
```

0 commit comments

Comments
 (0)
0