Skip to content

Commit

Permalink
Merge pull request #16 from funbox/improvement/readme
Browse files Browse the repository at this point in the history
Add repo unmaintained notice
  • Loading branch information
NetDead authored Oct 2, 2023
2 parents 12d41dd + 04cecf2 commit 0d40be3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ⛔ THIS REPO IS UNMAINTAINED

Future development moved to <https://github.com/343dev/markdown-lint>.

# @funboxteam/markdown-lint

<img align="right" width="192" height="159"
Expand Down
4 changes: 4 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# ⛔ РЕПОЗИТОРИЙ НЕ ПОДДЕРЖИВАЕТСЯ

Разработка будет продолжена в репозитории <https://github.com/343dev/markdown-lint>.

# @funboxteam/markdown-lint

<img align="right" width="192" height="159"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@funboxteam/markdown-lint",
"version": "2.0.1",
"version": "2.0.2",
"description": "Markdown code style linter",
"license": "MIT",
"author": "Andrey Ivanov (https://github.com/343dev)",
Expand All @@ -20,8 +20,7 @@
],
"scripts": {
"lint-js": "eslint .",
"lint-md": "./cli.js -r .",
"lint": "npm run lint-js && npm run lint-md",
"lint": "npm run lint-js",
"prepublishOnly": "if [ -z \"$CI\" ]; then lawyer; fi",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 0d40be3

Please sign in to comment.