Skip to content

Commit

Permalink
chore: rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
selimdoyranli committed Jul 17, 2023
1 parent 8812329 commit f72371e
Show file tree
Hide file tree
Showing 5 changed files with 11,627 additions and 7 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 RadKod
Copyright (c) 2023 selimdoyranli

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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Please check full documentation. Same as **[change-case](https://github.com/blak
[MIT License](./LICENSE)
Copyright (c) RadKod <info@radkod.com>
Copyright (c) selimdoyranli <[email protected].com>
<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/nuxt-change-case/latest.svg
Expand All @@ -78,8 +78,8 @@ Copyright (c) RadKod <[email protected]>
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-change-case.svg
[npm-downloads-href]: https://npmjs.com/package/nuxt-change-case
[codecov-src]: https://img.shields.io/codecov/c/github/RadKod/nuxt-change-case.svg
[codecov-href]: https://codecov.io/gh/RadKod/nuxt-change-case
[codecov-src]: https://img.shields.io/codecov/c/github/selimdoyranli/nuxt-change-case.svg
[codecov-href]: https://codecov.io/gh/selimdoyranli/nuxt-change-case
[license-src]: https://img.shields.io/badge/License-MIT-blue.svg
[license-href]: https://npmjs.com/package/nuxt-change-case/LICENSE
2 changes: 1 addition & 1 deletion example/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="page">
<header>
<h1><a href="https://github.com/RadKod/nuxt-change-case" target="_blank">nuxt-change-case</a></h1>
<h1><a href="https://github.com/selimdoyranli/nuxt-change-case" target="_blank">nuxt-change-case</a></h1>
</header>
<main>
<div class="result">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"name": "nuxt-change-case",
"version": "1.0.1",
"description": "change-case integration as nuxt module.",
"repository": "https://github.com/RadKod/nuxt-change-case.git",
"repository": "https://github.com/selimdoyranli/nuxt-change-case.git",
"license": "MIT",
"contributors": [
{
"name": "selimdoyranli <selim@radkod.com>"
"name": "selimdoyranli <selimdoyranli@gmail.com>"
}
],
"keywords": [
Expand Down
Loading

0 comments on commit f72371e

Please sign in to comment.