mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user