@beesolve/aws-accounts 1.1.0 → 1.2.1

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 CHANGED
@@ -25,7 +25,7 @@ npm install @beesolve/aws-accounts
25
25
  mkdir my-org && cd my-org
26
26
  npm init -y
27
27
  npm pkg set type=module
28
- npm install @beesolve/aws-accounts
28
+ npm install @beesolve/aws-accounts typescript
29
29
 
30
30
  # 2. Initialize git and add a .gitignore
31
31
  git init