Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 26, 2024
1 parent ecbf2a4 commit 50126a8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NPM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: "18"
registry-url: "HTTPS://Registry.NPMJS.Org"
registry-url: "https://Registry.NPMJS.Org"

- run: npm install -g npm

Expand Down
18 changes: 9 additions & 9 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,19 +128,19 @@ community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1].
[https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at
[HTTPS://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at
[HTTPS://WWW.Contributor-Covenant.Org/translations][translations].

[homepage]: HTTPS://WWW.Contributor-Covenant.Org
[v2.1]: HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html
[Mozilla CoC]: HTTPS://GitHub.Com/mozilla/diversity
[FAQ]: HTTPS://WWW.Contributor-Covenant.Org/faq
[translations]: HTTPS://WWW.Contributor-Covenant.Org/translations
[https://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at
[https://WWW.Contributor-Covenant.Org/translations][translations].

[homepage]: https://WWW.Contributor-Covenant.Org
[v2.1]: https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://WWW.Contributor-Covenant.Org/faq
[translations]: https://WWW.Contributor-Covenant.Org/translations

Thank you for being part of our community and helping us create a safe and
respectful environment for everyone!
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,19 @@ community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.1, available at
[HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1].
[https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html][v2.1].
Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at
[HTTPS://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at
[HTTPS://WWW.Contributor-Covenant.Org/translations][translations].

[homepage]: HTTPS://WWW.Contributor-Covenant.Org
[v2.1]: HTTPS://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html
[Mozilla CoC]: HTTPS://GitHub.Com/mozilla/diversity
[FAQ]: HTTPS://WWW.Contributor-Covenant.Org/faq
[translations]: HTTPS://WWW.Contributor-Covenant.Org/translations
[https://WWW.Contributor-Covenant.Org/faq][FAQ]. Translations are available at
[https://WWW.Contributor-Covenant.Org/translations][translations].

[homepage]: https://WWW.Contributor-Covenant.Org
[v2.1]: https://WWW.Contributor-Covenant.Org/version/2/1/code_of_conduct.html
[Mozilla CoC]: https://github.com/mozilla/diversity
[FAQ]: https://WWW.Contributor-Covenant.Org/faq
[translations]: https://WWW.Contributor-Covenant.Org/translations

Thank you for being part of our community and helping us create a safe and
respectful environment for everyone!
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ See an example of a configuration file in
}
```

[ESBuild]: HTTPS://NPMJS.Org/esbuild
[TypeDoc]: HTTPS://NPMJS.Org/typedoc
[TypeScriptESBuild]: HTTPS://NPMJS.Org/typescript-esbuild
[ESBuild]: https://NPMJS.Org/esbuild
[TypeDoc]: https://NPMJS.Org/typedoc
[TypeScriptESBuild]: https://NPMJS.Org/typescript-esbuild
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"typescript",
"esbuild"
],
"homepage": "HTTPS://GitHub.Com/Playform/TypeScriptESBuild#readme",
"homepage": "https://github.com/Playform/TypeScriptESBuild#readme",
"bugs": {
"url": "HTTPS://GitHub.Com/Playform/TypeScriptESBuild/issues"
"url": "https://github.com/Playform/TypeScriptESBuild/issues"
},
"repository": {
"type": "git",
"url": "git+HTTPS://GitHub.Com/Playform/TypeScriptESBuild.git"
"url": "git+https://github.com/Playform/TypeScriptESBuild.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Playform",
"email": "[email protected]",
"url": "HTTPS://Playform.Cloud"
"url": "https://playform.cloud"
},
"type": "module",
"main": "./Target/Class/TypeScriptESBuild.js",
Expand Down

0 comments on commit 50126a8

Please sign in to comment.