Fix name of NPM package

Actually this doesn't matter as the package won't be ever published to NPM :)
This commit is contained in:
Michal Dorner 2020-10-12 22:28:56 +02:00
parent 56c7e827cd
commit 6aba2a4454
No known key found for this signature in database
GPG key ID: 9EEE04B48DA36786

View file

@ -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 <dorner.michal@gmail.com>",
"license": "MIT",