Skip to content

Commit ecb95ea

Browse files
1 parent 9990973 commit ecb95ea

File tree

4 files changed

+23
-27
lines changed

4 files changed

+23
-27
lines changed

CODE_OF_CONDUCT.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,19 +127,19 @@ community.
127127

128128
This Code of Conduct is adapted from the [`Contributor Covenant`][homepage],
129129
version 2.1, available at
130-
[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1].
130+
[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1].
131131
Community Impact Guidelines were inspired by [Mozilla's code of conduct
132132
enforcement ladder][Mozilla CoC].
133133

134134
For answers to common questions about this code of conduct, see the FAQ at
135-
[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
136-
[`HTTPS://www.contributor-covenant.org/translations`][translations].
137-
138-
[homepage]: HTTPS://www.contributor-covenant.org
139-
[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html
140-
[Mozilla CoC]: HTTPS://github.com/mozilla/diversity
141-
[FAQ]: HTTPS://www.contributor-covenant.org/faq
142-
[translations]: HTTPS://www.contributor-covenant.org/translations
135+
[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
136+
[`https://www.contributor-covenant.org/translations`][translations].
137+
138+
[homepage]: https://www.contributor-covenant.org
139+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
140+
[Mozilla CoC]: https://github.com/mozilla/diversity
141+
[FAQ]: https://www.contributor-covenant.org/faq
142+
[translations]: https://www.contributor-covenant.org/translations
143143

144144
Thank you for being part of our community and helping us create a safe and
145145
respectful environment for everyone!

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,19 @@ community.
115115

116116
This Code of Conduct is adapted from the [`Contributor Covenant`][homepage],
117117
version 2.1, available at
118-
[`HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1].
118+
[`https://www.contributor-covenant.org/version/2/1/code_of_conduct.html`][v2.1].
119119
Community Impact Guidelines were inspired by [Mozilla's code of conduct
120120
enforcement ladder][Mozilla CoC].
121121

122122
For answers to common questions about this code of conduct, see the FAQ at
123-
[`HTTPS://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
124-
[`HTTPS://www.contributor-covenant.org/translations`][translations].
125-
126-
[homepage]: HTTPS://www.contributor-covenant.org
127-
[v2.1]: HTTPS://www.contributor-covenant.org/version/2/1/code_of_conduct.html
128-
[Mozilla CoC]: HTTPS://github.com/mozilla/diversity
129-
[FAQ]: HTTPS://www.contributor-covenant.org/faq
130-
[translations]: HTTPS://www.contributor-covenant.org/translations
123+
[`https://www.contributor-covenant.org/faq`][FAQ]. Translations are available at
124+
[`https://www.contributor-covenant.org/translations`][translations].
125+
126+
[homepage]: https://www.contributor-covenant.org
127+
[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
128+
[Mozilla CoC]: https://github.com/mozilla/diversity
129+
[FAQ]: https://www.contributor-covenant.org/faq
130+
[translations]: https://www.contributor-covenant.org/translations
131131

132132
Thank you for being part of our community and helping us create a safe and
133133
respectful environment for everyone!

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
} from "@codeeditorland/common";
2424
```
2525

26-
[Common]: HTTPS://npmjs.org/@codeeditorland/common
26+
[Common]: https://npmjs.org/@codeeditorland/common
2727

2828
## Changelog
2929

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,27 @@
33
"version": "0.0.6",
44
"private": false,
55
"description": "Common 👨🏻‍🏭",
6-
"homepage": "HTTPS://common.land.PlayForm.Cloud",
6+
"homepage": "https://common.land.PlayForm.Cloud",
77
"bugs": {
8-
"url": "HTTPS://GitHub.Com/CodeEditorLand/Common/issues"
8+
"url": "https://GitHub.Com/CodeEditorLand/Common/issues"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+HTTPS://github.com/CodeEditorLand/Common.git"
12+
"url": "git+https://github.com/CodeEditorLand/Common.git"
1313
},
1414
"license": "SEE LICENSE IN LICENSE",
1515
"author": {
1616
"name": "Nikola Hristov",
1717
"email": "[email protected]",
18-
"url": "HTTPS://nikolahristov.tech"
18+
"url": "https://nikolahristov.tech"
1919
},
2020
"type": "module",
2121
"scripts": {
2222
"prepublishOnly": "Build 'Source/**/*.ts'"
2323
},
2424
"dependencies": {},
2525
"devDependencies": {
26-
<<<<<<< HEAD
2726
"@cloudflare/workers-types": "4.20250517.0",
28-
=======
29-
"@cloudflare/workers-types": "4.20250515.0",
30-
>>>>>>> 055cd783d1dfe3aec176530cb3aa06d8f8bf464b
3127
"@playform/build": "0.2.4"
3228
},
3329
"publishConfig": {

0 commit comments

Comments
 (0)