Skip to content

Commit

Permalink
Update version number in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell authored Nov 10, 2020
1 parent c290ba1 commit 5647fff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To read the value from an environment variable named `MY_TOKEN` when the plugin
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.1.2:
- seek-oss/private-npm#v1.2.0:
env: "MY_TOKEN"
```
Expand All @@ -27,7 +27,7 @@ To read the value from a file named `my_token_file`, use the `file` field.
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.1.2:
- seek-oss/private-npm#v1.2.0:
file: "my_token_file"
```

Expand All @@ -39,7 +39,7 @@ approach is discoraged in favour of using with the `env` or `file` fields. This
steps:
- command: yarn install
plugins:
- seek-oss/private-npm#v1.1.2:
- seek-oss/private-npm#v1.2.0:
token: ${MY_TOKEN}
```

Expand All @@ -50,7 +50,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.1.2:
- seek-oss/private-npm#v1.2.0:
env: "MY_TOKEN"
registry: //myprivatenpm.com/
```
Expand Down

0 comments on commit 5647fff

Please sign in to comment.