wyvrnpm 2.16.1 → 2.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -39,12 +39,6 @@ npm install -g wyvrnpm
|
|
|
39
39
|
|
|
40
40
|
Requires Node.js >= 18.
|
|
41
41
|
|
|
42
|
-
For S3 publishing, also install the AWS SDK:
|
|
43
|
-
|
|
44
|
-
```bash
|
|
45
|
-
npm install -g @aws-sdk/client-s3 @aws-sdk/credential-providers
|
|
46
|
-
```
|
|
47
|
-
|
|
48
42
|
### Update notifier
|
|
49
43
|
|
|
50
44
|
When a newer `wyvrnpm` is published to npm, the next interactive run prints a single-line banner on stderr:
|