Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
package.json에서 files 및 url 수정.
  • Loading branch information
lumirlumir committed Aug 6, 2024
1 parent 0367d6d commit e094976
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"version": "0.0.0",
"description": "A textlint rule for checking allowed URIs in links and images of Markdown.🔥",
"main": "build/index.js",
"files": ["build"],
"files": [
"build",
"LICENSE",
"README.md"
],
"keywords": [
"textlintrule",
"textlint",
Expand All @@ -15,13 +19,13 @@
],
"author": "루밀LuMir <[email protected]> (https://github.com/lumirlumir)",
"license": "MIT",
"homepage": "https://github.com/lumirlumir/textlint-rule-allowed-uris",
"homepage": "https://github.com/lumirlumir/npm-textlint-rule-allowed-uris",
"repository": {
"type": "github",
"url": "https://github.com/lumirlumir/textlint-rule-allowed-uris"
"url": "https://github.com/lumirlumir/npm-textlint-rule-allowed-uris"
},
"bugs": {
"url": "https://github.com/lumirlumir/textlint-rule-allowed-uris/issues"
"url": "https://github.com/lumirlumir/npm-textlint-rule-allowed-uris/issues"
},
"scripts": {
"prepare": "husky",
Expand Down

0 comments on commit e094976

Please sign in to comment.