From 6aba2a4454b044bf2c503ea26027966be8a71ab3 Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 12 Oct 2020 22:28:56 +0200 Subject: [PATCH] Fix name of NPM package Actually this doesn't matter as the package won't be ever published to NPM :) --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 484d0ab..e8393f9 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "junit-check", + "name": "test-check", "version": "0.0.0", "private": true, "description": "Presents test results from popular testing frameworks as Github check run", @@ -20,7 +20,8 @@ "keywords": [ "actions", "node", - "junit" + "test", + "report" ], "author": "Michal Dorner ", "license": "MIT",