aws-iam-ls 0.0.3 → 0.0.4

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-ls",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "bin": "./src/server.js",
6
6
  "publisher": "MichaelBarney",
package/readme.md CHANGED
@@ -13,7 +13,7 @@ It supports policies written in
13
13
 
14
14
  ### Visual Studio Code
15
15
 
16
- Intsll the [extension](https://marketplace.visualstudio.com/items?itemName=MichaelBarney.aws-iam-ls).
16
+ Install the [extension](https://marketplace.visualstudio.com/items?itemName=MichaelBarney.aws-iam-ls).
17
17
 
18
18
  ### Neovim, etc
19
19