Skip to content

Commit 413f7e1

Browse files
committed
chore: update repository links to reflect new ownership by 'towardsthecloud'
1 parent 27fdc41 commit 413f7e1

File tree

2 files changed

+16
-54
lines changed

2 files changed

+16
-54
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ and an example of the hover information:
6666
---
6767
## Support
6868

69-
If you have a feature request or an issue, please let me know on [Github](https://github.com/dannysteenman/vscode-iam-actions-snippets/issues)
69+
If you have a feature request or an issue, please let me know on [Github](https://github.com/towardsthecloud/vscode-iam-actions-snippets/issues)
7070

7171
## Author
7272

7373
[Danny Steenman](https://towardsthecloud.com/about)
7474

75-
[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/dannysteenman)
75+
[![](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/towardsthecloud)
7676
[![](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.com/dannysteenman)
77-
[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dannysteenman)
77+
[![](https://img.shields.io/badge/GitHub-2b3137?style=for-the-badge&logo=github&logoColor=white)](https://github.com/towardsthecloud)

package.json

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "Apache-2.0",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/dannysteenman/vscode-iam-actions-snippets.git"
13+
"url": "https://github.com/towardsthecloud/vscode-iam-actions-snippets.git"
1414
},
1515
"engines": {
1616
"vscode": "^1.31.0"
@@ -19,16 +19,8 @@
1919
"color": "#2B2C33",
2020
"theme": "dark"
2121
},
22-
"categories": [
23-
"Snippets"
24-
],
25-
"keywords": [
26-
"aws",
27-
"policy",
28-
"iam",
29-
"actions",
30-
"security"
31-
],
22+
"categories": ["Snippets"],
23+
"keywords": ["aws", "policy", "iam", "actions", "security"],
3224
"badges": [
3325
{
3426
"url": "https://img.shields.io/visual-studio-marketplace/v/dannysteenman.iam-actions-snippets",
@@ -68,58 +60,28 @@
6860
"languages": [
6961
{
7062
"id": "json",
71-
"aliases": [
72-
"JSON",
73-
"json"
74-
],
75-
"extensions": [
76-
".json",
77-
".template"
78-
]
63+
"aliases": ["JSON", "json"],
64+
"extensions": [".json", ".template"]
7965
},
8066
{
8167
"id": "yaml",
82-
"aliases": [
83-
"YAML",
84-
"yaml"
85-
],
86-
"extensions": [
87-
".yaml",
88-
".yml",
89-
".template"
90-
]
68+
"aliases": ["YAML", "yaml"],
69+
"extensions": [".yaml", ".yml", ".template"]
9170
},
9271
{
9372
"id": "terraform",
94-
"aliases": [
95-
"Terraform",
96-
"terraform"
97-
],
98-
"extensions": [
99-
".tf",
100-
".tfvars"
101-
]
73+
"aliases": ["Terraform", "terraform"],
74+
"extensions": [".tf", ".tfvars"]
10275
},
10376
{
10477
"id": "python",
105-
"aliases": [
106-
"Python",
107-
"python"
108-
],
109-
"extensions": [
110-
".py"
111-
]
78+
"aliases": ["Python", "python"],
79+
"extensions": [".py"]
11280
},
11381
{
11482
"id": "typescript",
115-
"aliases": [
116-
"TypeScript",
117-
"typescript"
118-
],
119-
"extensions": [
120-
".ts",
121-
".tsx"
122-
]
83+
"aliases": ["TypeScript", "typescript"],
84+
"extensions": [".ts", ".tsx"]
12385
}
12486
]
12587
}

0 commit comments

Comments
 (0)