From 486134d8c43e1cba1037d7025d5c3445097309b6 Mon Sep 17 00:00:00 2001 From: marihachi <marihachi0620@gmail.com> Date: Fri, 19 Mar 2021 21:14:51 +0900 Subject: [PATCH] rename package --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1534d97..bc92e3b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mfm-parser-pegjs", + "name": "rosee", "version": "0.4.0", "description": "A MFM parser implementation with PEG.js", "main": "./built/index.js", @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/marihachi/mfm-parser-pegjs.git" + "url": "git+https://github.com/marihachi/rosee.git" }, "author": "Marihachi", "license": "MIT", -- GitLab