Skip to content

Commit fdbbd8f

Browse files
authored
fix: style and invalid url (#4)
1 parent d82836e commit fdbbd8f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ lib
22
package.json
33
node_modules
44
dist
5+
CHANGELOG.md

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ package.json
33
node_modules
44
pnpm-lock.yaml
55
dist
6+
CHANGELOG.md

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"command parser",
88
"string parser"
99
],
10-
"homepage": "https://github.com/Himenon/message-command-parser #readme",
10+
"homepage": "https://github.com/Himenon/message-command-parser#readme",
1111
"bugs": {
12-
"url": "https://github.com/Himenon/message-command-parser /issues"
12+
"url": "https://github.com/Himenon/message-command-parser/issues"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git@github.com:Himenon/message-command-parser .git"
16+
"url": "git@github.com:Himenon/message-command-parser.git"
1717
},
1818
"license": "MIT",
1919
"author": {

0 commit comments

Comments
 (0)