Skip to content

Commit 3662a87

Browse files
committed
Add version number to README
1 parent af64131 commit 3662a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following pipeline will run `yarn install` (and presumably some private pack
1313
steps:
1414
- command: yarn install
1515
plugins:
16-
seek-oss/private-npm:
16+
seek-oss/private-npm#v1.0.0:
1717
token: ${NPM_TOKEN}
1818
```
1919
@@ -23,7 +23,7 @@ You can also specify a custom npm registry if you are using your own mirror.
2323
steps:
2424
- command: yarn install
2525
plugins:
26-
seek-oss/private-npm:
26+
seek-oss/private-npm#v1.0.0:
2727
token: ${NPM_TOKEN}
2828
registry: //myprivatenpm.com/
2929
```

0 commit comments

Comments
 (0)