Skip to content

Commit

Permalink
chore: move to github:kenoxa
Browse files Browse the repository at this point in the history
  • Loading branch information
sastan committed Jun 23, 2020
1 parent fbf0969 commit 4dd66a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

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

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

> [**H**yperscript **T**agged **M**arkup](https://www.npmjs.com/package/htm) for [svelte](https://svelte.dev/)
[![License](https://badgen.net/npm/license/svelte-htm)](https://github.com/sastan/svelte-htm/blob/main/LICENSE)
[![License](https://badgen.net/npm/license/svelte-htm)](https://github.com/kenoxa/svelte-htm/blob/main/LICENSE)
[![Latest Release](https://badgen.net/npm/v/svelte-htm)](https://www.npmjs.com/package/svelte-htm)
[![View changelog](https://badgen.net/badge/%E2%80%8B/Explore%20Changelog/green?icon=awesome)](https://changelogs.xyz/svelte-htm)

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

Expand Down Expand Up @@ -82,7 +82,7 @@ test('should render', () => {

## API

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.
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.

Some notable differences are:

Expand Down Expand Up @@ -123,7 +123,7 @@ Some notable differences are:

## Support

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-htm). Feel free to [open an issue](https://github.com/sastan/svelte-htm/issues) if you have any idea, question, or you've found a bug.
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-htm). Feel free to [open an issue](https://github.com/kenoxa/svelte-htm/issues) if you have any idea, question, or you've found a bug.

## Contribute

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

## License

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

[tagged templates]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Tagged_templates
[all modern browsers]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#Browser_compatibility
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "tagged template syntax for svelte",
"repository": {
"type": "git",
"url": "git+https://github.com/sastan/svelte-htm.git"
"url": "git+https://github.com/kenoxa/svelte-htm.git"
},
"keywords": [
"svelte",
Expand All @@ -18,12 +18,12 @@
"virtual dom",
"hyperscript"
],
"author": "Sascha Tandel <s.tandel@me.com>",
"author": "Sascha Tandel <s.tandel@kenoxa.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sastan/svelte-htm/issues"
"url": "https://github.com/kenoxa/svelte-htm/issues"
},
"homepage": "https://github.com/sastan/svelte-htm#readme",
"homepage": "https://github.com/kenoxa/svelte-htm#readme",
"source": "src/html.js",
"main": "./dist/cjs/html.js",
"exports": {
Expand Down

0 comments on commit 4dd66a4

Please sign in to comment.