Skip to content

Commit

Permalink
Demo markdownlint require.resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev committed May 25, 2020
1 parent 6162fa3 commit 7db429d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdownlint-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ yarn add -D @kachkaev/markdownlint-config

```js
{
"extends": "./node_modules/@kachkaev/markdownlint-config/index.json"
"extends": "@kachkaev/markdownlint-config"
}

```
Expand Down
1 change: 1 addition & 0 deletions packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"email": "[email protected]",
"url": "https://en.kachkaev.ru"
},
"main": "index.json",
"peerDependencies": {
"markdownlint-cli": "^0.23.1"
}
Expand Down

0 comments on commit 7db429d

Please sign in to comment.