From 8df113f663b91baa26fd96194a6ca5a7b7ef635e Mon Sep 17 00:00:00 2001 From: Takuya Matsuyama Date: Wed, 6 Mar 2024 12:44:09 +0900 Subject: [PATCH] chore(package): rename --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32c1912..fdf2f16 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ In this example, the colors of the admonitions are changed to the colors of GitH ## Install ```bash -ipm install gfm-blockquote-admonitions +npm i @inkdropapp/remark-gfm-alerts ``` ## Contact diff --git a/package.json b/package.json index 0f492de..445cd46 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "gfm-blockquote-admonitions", + "name": "@inkdropapp/remark-gfm-alerts", "version": "1.1.0", "description": "Inkdrop plugin to render GitHub blockquote-based admonitions", "type": "module",