From fdbbd8f571f9c1e6f29338cf8b8febaa3e9bfbe1 Mon Sep 17 00:00:00 2001 From: "K.Himeno" Date: Mon, 6 Jun 2022 16:15:48 +0900 Subject: [PATCH] fix: style and invalid url (#4) --- .eslintignore | 1 + .prettierignore | 1 + package.json | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.eslintignore b/.eslintignore index c491554..2e9b12d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ lib package.json node_modules dist +CHANGELOG.md diff --git a/.prettierignore b/.prettierignore index 6471992..48963a7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,3 +3,4 @@ package.json node_modules pnpm-lock.yaml dist +CHANGELOG.md diff --git a/package.json b/package.json index 7bf9ecc..b177695 100644 --- a/package.json +++ b/package.json @@ -7,13 +7,13 @@ "command parser", "string parser" ], - "homepage": "https://github.com/Himenon/message-command-parser #readme", + "homepage": "https://github.com/Himenon/message-command-parser#readme", "bugs": { - "url": "https://github.com/Himenon/message-command-parser /issues" + "url": "https://github.com/Himenon/message-command-parser/issues" }, "repository": { "type": "git", - "url": "git@github.com:Himenon/message-command-parser .git" + "url": "git@github.com:Himenon/message-command-parser.git" }, "license": "MIT", "author": {