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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. 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:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wyvrnpm",
3
- "version": "2.16.1",
3
+ "version": "2.16.2",
4
4
  "description": "A simple, static-hosting-compatible C++ package manager",
5
5
  "keywords": [
6
6
  "c++",