From fd6c956adb26bd7d5ab846351dbd60b15eab9e49 Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 17 Sep 2023 11:09:28 -0700 Subject: [PATCH] Run "npm pkg fix", fill in missing "version" property. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d3b4e2..377e5e4 100644 --- a/package.json +++ b/package.json @@ -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": {