Skip to content

Commit

Permalink
chore: add packageManager field to package.json (#126)
Browse files Browse the repository at this point in the history
This pull request includes a small change to the `package.json` file.
The change specifies the package manager to be used for the project.

*
[`package.json`](diffhunk://#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R4):
Added `"packageManager": "[email protected]"` to ensure consistency in the
development environment.
  • Loading branch information
lumirlumir authored Dec 29, 2024
1 parent d646d5a commit 18f7ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "textlint-rule-allowed-uris",
"version": "1.0.7",
"packageManager": "[email protected]",
"description": "A textlint rule for checking allowed URIs in links and images of Markdown.🔥",
"main": "build/textlint-rule-allowed-uris.js",
"files": [
Expand Down

0 comments on commit 18f7ff3

Please sign in to comment.