From 005723e2870dd21af3c7c2d5b62ea0a5fb90b765 Mon Sep 17 00:00:00 2001 From: neoki Date: Mon, 13 May 2024 21:27:29 +0900 Subject: [PATCH] chore: revert username (#24) --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8cd4a57..a36b41c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # sf2-synth-audio-worklet -[![license](https://img.shields.io/npm/l/sf2-synth-audio-worklet.svg)](https://github.com/ne-oki/sf2-synth-audio-worklet/blob/main/LICENSE.md) +[![license](https://img.shields.io/npm/l/sf2-synth-audio-worklet.svg)](https://github.com/neokidev/sf2-synth-audio-worklet/blob/main/LICENSE.md) [![npm](https://img.shields.io/npm/v/sf2-synth-audio-worklet.svg)](https://www.npmjs.com/package/sf2-synth-audio-worklet) [![npm downloads](https://img.shields.io/npm/dm/sf2-synth-audio-worklet)](https://www.npmjs.com/package/sf2-synth-audio-worklet) -[![ci](https://github.com/ne-oki/sf2-synth-audio-worklet/actions/workflows/ci.yml/badge.svg)](https://github.com/ne-oki/sf2-synth-audio-worklet/actions/workflows/ci.yml) +[![ci](https://github.com/neokidev/sf2-synth-audio-worklet/actions/workflows/ci.yml/badge.svg)](https://github.com/neokidev/sf2-synth-audio-worklet/actions/workflows/ci.yml) An Audio Worklet-based SoundFont2 synthesizer for the browser. diff --git a/package.json b/package.json index ca7b017..06b0e49 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,11 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/ne-oki/sf2-synth-audio-worklet.git" + "url": "git+https://github.com/neokidev/sf2-synth-audio-worklet.git" }, - "homepage": "https://github.com/ne-oki/sf2-synth-audio-worklet#readme", + "homepage": "https://github.com/neokidev/sf2-synth-audio-worklet#readme", "bugs": { - "url": "https://github.com/ne-oki/sf2-synth-audio-worklet/issues" + "url": "https://github.com/neokidev/sf2-synth-audio-worklet/issues" }, "license": "MIT", "author": "neoki",