Skip to content

Commit

Permalink
chore: update repository owner
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Feb 22, 2024
1 parent f683286 commit 6e450f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ kintone devCamp Boost! (2023 年) のセッション用リポジトリです。
| ---------------------- | ----------------------------------------------------------------- |
| イベントホームページ | https://page.cybozu.co.jp/-/devcampboost/ |
| セッション資料 | https://speakerdeck.com/tasshi/kintone-devcamp-boost-2023 |
| テンプレートリポジトリ | https://github.com/mshrtsr/kintone-devCamp-Boost-2023/ |
| 完成サンプルリポジトリ | https://github.com/mshrtsr/kintone-customize-auto-calc-total-cost |
| テンプレートリポジトリ | https://github.com/tasshi-me/kintone-devCamp-Boost-2023/ |
| 完成サンプルリポジトリ | https://github.com/tasshi-me/kintone-customize-auto-calc-total-cost |

## 目次

Expand Down Expand Up @@ -61,7 +61,7 @@ Git のインストール状況と GitHub アカウントの有無で手順が

以下のページの「Use this template」ボタンから自分のリポジトリを作成してください。

https://github.com/mshrtsr/kintone-devCamp-Boost-2023
https://github.com/tasshi-me/kintone-devCamp-Boost-2023

作成したリポジトリをクローンしてください。

Expand All @@ -86,10 +86,10 @@ npm run setup

```shell
## HTTPSの場合
git clone https://github.com/mshrtsr/kintone-devCamp-Boost-2023.git
git clone https://github.com/tasshi-me/kintone-devCamp-Boost-2023.git

## SSHの場合
git clone git@github.com:mshrtsr/kintone-devCamp-Boost-2023.git
git clone git@github.com:tasshi-me/kintone-devCamp-Boost-2023.git
```

リポジトリのディレクトリに移動し、以下のコマンドを実行してください。
Expand All @@ -103,7 +103,7 @@ npm run setup

以下の手順でリポジトリをダウンロードしてください

- [リポジトリのトップページ](https://github.com/mshrtsr/kintone-devCamp-Boost-2023)にアクセス
- [リポジトリのトップページ](https://github.com/tasshi-me/kintone-devCamp-Boost-2023)にアクセス
- このページの「Code」→「Download ZIP」から ZIP ファイルをダウンロード
- ダウンロードした ZIP ファイルを展開してください

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mshrtsr/kintone-devCamp-Boost-2023.git"
"url": "git+https://github.com/tasshi-me/kintone-devCamp-Boost-2023.git"
},
"files": [
"dist"
Expand All @@ -32,9 +32,9 @@
"author": "Masaharu TASHIRO <masatsr.kit@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mshrtsr/kintone-devCamp-Boost-2023/issues"
"url": "https://github.com/tasshi-me/kintone-devCamp-Boost-2023/issues"
},
"homepage": "https://github.com/mshrtsr/kintone-devCamp-Boost-2023#readme",
"homepage": "https://github.com/tasshi-me/kintone-devCamp-Boost-2023#readme",
"devDependencies": {
"@cybozu/eslint-config": "^20.0.1",
"@kintone/customize-uploader": "^7.0.5",
Expand Down

0 comments on commit 6e450f2

Please sign in to comment.