mirror of
https://github.com/DavidAnson/markdownlint-cli2-action.git
synced 2026-07-05 09:20:50 +02:00
Run "npm pkg fix", fill in missing "version" property.
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "markdownlint-cli2-action",
|
||||
"version": "12.0.0",
|
||||
"description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
|
||||
"author": {
|
||||
"name": "David Anson",
|
||||
@@ -10,7 +11,7 @@
|
||||
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
||||
"url": "git+https://github.com/DavidAnson/markdownlint-cli2-action.git"
|
||||
},
|
||||
"bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user