aws-instance-info 0.1.0 → 0.2.0
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ npm install aws-instance-info
|
|
|
18
18
|
|
|
19
19
|
## Documentation
|
|
20
20
|
|
|
21
|
-
Full API documentation can be found at [
|
|
21
|
+
Full API documentation can be found at [awsinstanceinfo.brandonburrus.com](https://awsinstanceinfo.brandonburrus.com).
|
|
22
22
|
|
|
23
23
|
## Examples
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-instance-info",
|
|
3
3
|
"description": "Retrieve meta-info for AWS EC2, RDS, and ElastiCache such as size, memory, and more",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0",
|
|
5
5
|
"author": "Brandon Burrus <brandon@burrus.io>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|