Skip to content

Commit

Permalink
Fix spacing in readme examples (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicdoe committed Mar 3, 2020
1 parent 5d1a00b commit eab7bbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Expand Up @@ -222,7 +222,7 @@ To publish a [private Org-scoped package](https://docs.npmjs.com/creating-and-pu
Set the [`registry` option](https://docs.npmjs.com/misc/config#registry) in package.json to the URL of your registry:

```json
"publishConfig":{
"publishConfig": {
"registry": "http://my-internal-registry.local"
}
```
Expand All @@ -240,7 +240,7 @@ $ npm install --save-dev branchsite
```

```json
"scripts":{
"scripts": {
"deploy": "np",
"postdeploy": "bs"
}
Expand Down Expand Up @@ -293,7 +293,7 @@ npm ERR! 403 Forbidden - GET https://registry.yarnpkg.com/-/package/my-awesome-p
…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`:

```json
"publishConfig":{
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
```
Expand Down

0 comments on commit eab7bbd

Please sign in to comment.