Skip to content

Commit 48deed5

Browse files
committed
chore: move to github:kenoxa
1 parent 80465af commit 48deed5

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 [these people](https://github.com/sastan/svelte-jsx/graphs/contributors)
3+
Copyright (c) 2020 [these people](https://github.com/kenoxa/svelte-jsx/graphs/contributors)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
> [jsx] for [svelte](https://svelte.dev/)
44
5-
[![License](https://badgen.net/npm/license/svelte-jsx)](https://github.com/sastan/svelte-jsx/blob/main/LICENSE)
5+
[![License](https://badgen.net/npm/license/svelte-jsx)](https://github.com/kenoxa/svelte-jsx/blob/main/LICENSE)
66
[![Latest Release](https://badgen.net/npm/v/svelte-jsx)](https://www.npmjs.com/package/svelte-jsx)
77
[![View changelog](https://badgen.net/badge/%E2%80%8B/Explore%20Changelog/green?icon=awesome)](https://changelogs.xyz/svelte-jsx)
88

9-
[![CI](https://github.com/sastan/svelte-jsx/workflows/CI/badge.svg)](https://github.com/sastan/svelte-jsx/actions?query=branch%3Amain+workflow%3ACI)
10-
[![Coverage Status](https://badgen.net/coveralls/c/github/sastan/svelte-jsx/main)](https://coveralls.io/github/sastan/svelte-jsx?branch=main)
9+
[![CI](https://github.com/kenoxa/svelte-jsx/workflows/CI/badge.svg)](https://github.com/kenoxa/svelte-jsx/actions?query=branch%3Amain+workflow%3ACI)
10+
[![Coverage Status](https://badgen.net/coveralls/c/github/kenoxa/svelte-jsx/main)](https://coveralls.io/github/kenoxa/svelte-jsx?branch=main)
1111
[![PRs Welcome](https://badgen.net/badge/PRs/welcome/purple)](http://makeapullrequest.com)
1212
[![Conventional Commits](https://badgen.net/badge/Conventional%20Commits/1.0.0/cyan)](https://conventionalcommits.org)
1313

@@ -89,7 +89,7 @@ test('should render', () => {
8989

9090
For the sake of best compatibility we convert the `className` attribute to `class` for svelte.
9191

92-
We [aim to support](https://github.com/sastan/svelte-hyperscript#feature-set) all svelte features. In some cases this is not possible. For those cases we provided feasible workarounds. See [svelte-hyperscript] for further details.
92+
We [aim to support](https://github.com/kenoxa/svelte-hyperscript#feature-set) all svelte features. In some cases this is not possible. For those cases we provided feasible workarounds. See [svelte-hyperscript] for further details.
9393

9494
Some notable differences are:
9595

@@ -130,7 +130,7 @@ Some notable differences are:
130130

131131
## Support
132132

133-
This project is free and open-source, so if you think this project can help you or anyone else, you may [star it on GitHub](https://github.com/sastan/svelte-jsx). Feel free to [open an issue](https://github.com/sastan/svelte-jsx/issues) if you have any idea, question, or you've found a bug.
133+
This project is free and open-source, so if you think this project can help you or anyone else, you may [star it on GitHub](https://github.com/kenoxa/svelte-jsx). Feel free to [open an issue](https://github.com/kenoxa/svelte-jsx/issues) if you have any idea, question, or you've found a bug.
134134

135135
## Contribute
136136

@@ -152,7 +152,7 @@ We are following the [Conventional Commits](https://www.conventionalcommits.org)
152152

153153
## License
154154

155-
`svelte-jsx` is open source software [licensed as MIT](https://github.com/sastan/svelte-jsx/blob/main/LICENSE).
155+
`svelte-jsx` is open source software [licensed as MIT](https://github.com/kenoxa/svelte-jsx/blob/main/LICENSE).
156156

157157
[tagged templates]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_templates
158158
[all modern browsers]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Browser_compatibility

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -53,18 +53,18 @@
5353
},
5454
"repository": {
5555
"type": "git",
56-
"url": "git+https://github.com/sastan/svelte-jsx.git"
56+
"url": "git+https://github.com/kenoxa/svelte-jsx.git"
5757
},
5858
"keywords": [
5959
"svelte",
6060
"jsx"
6161
],
62-
"author": "Sascha Tandel <s.tandel@me.com>",
62+
"author": "Sascha Tandel <s.tandel@kenoxa.de>",
6363
"license": "MIT",
6464
"bugs": {
65-
"url": "https://github.com/sastan/svelte-jsx/issues"
65+
"url": "https://github.com/kenoxa/svelte-jsx/issues"
6666
},
67-
"homepage": "https://github.com/sastan/svelte-jsx#readme",
67+
"homepage": "https://github.com/kenoxa/svelte-jsx#readme",
6868
"devDependencies": {
6969
"@babel/core": "^7.10.3",
7070
"@babel/plugin-transform-runtime": "^7.10.3",

0 commit comments

Comments
 (0)