0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-11-21 22:01:30 +01:00

Run "npm pkg fix", fill in missing "version" property.

This commit is contained in:
David Anson 2023-09-17 11:09:28 -07:00
parent 20d2d1c43a
commit fd6c956adb

View file

@ -1,5 +1,6 @@
{ {
"name": "markdownlint-cli2-action", "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", "description": "A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library",
"author": { "author": {
"name": "David Anson", "name": "David Anson",
@ -10,7 +11,7 @@
"homepage": "https://github.com/DavidAnson/markdownlint-cli2-action", "homepage": "https://github.com/DavidAnson/markdownlint-cli2-action",
"repository": { "repository": {
"type": "git", "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", "bugs": "https://github.com/DavidAnson/markdownlint-cli2-action/issues",
"scripts": { "scripts": {