Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-beerkiss committed Jul 19, 2018
1 parent 3662a87 commit d24cfb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following pipeline will run `yarn install` (and presumably some private pack
steps:
- command: yarn install
plugins:
seek-oss/private-npm#v1.0.0:
seek-oss/private-npm#v1.0.1:
token: ${NPM_TOKEN}
```
Expand All @@ -23,7 +23,7 @@ You can also specify a custom npm registry if you are using your own mirror.
steps:
- command: yarn install
plugins:
seek-oss/private-npm#v1.0.0:
seek-oss/private-npm#v1.0.1:
token: ${NPM_TOKEN}
registry: //myprivatenpm.com/
```
Expand Down

0 comments on commit d24cfb6

Please sign in to comment.