update repository name

This commit is contained in:
marihachi 2021-03-26 23:20:12 +09:00
parent 7544188d4c
commit c42fb34c90
2 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# rosee # mfm.js
## Description ## Description
A MFM parser implementation with PEG.js A MFM parser implementation with PEG.js
@ -31,12 +31,12 @@ const plainResult = mfm.parsePlain('I like the hot soup :soup:');
## Usage (Repository) ## Usage (Repository)
### 1. Clone ### 1. Clone
``` ```
git clone https://github.com/marihachi/rosee.git git clone https://github.com/misskey-dev/mfm.js.git
``` ```
### 2. Install packages ### 2. Install packages
``` ```
cd rosee cd mfm.js
npm i npm i
``` ```

View file

@ -1,5 +1,5 @@
{ {
"name": "rosee", "name": "mfm-js",
"version": "0.7.0", "version": "0.7.0",
"description": "A MFM parser implementation with PEG.js", "description": "A MFM parser implementation with PEG.js",
"main": "./built/index.js", "main": "./built/index.js",
@ -14,7 +14,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/marihachi/rosee.git" "url": "git+https://github.com/misskey-dev/mfm.js.git"
}, },
"author": "Marihachi", "author": "Marihachi",
"license": "MIT", "license": "MIT",