Skip to content

Commit

Permalink
Fix name of NPM package
Browse files Browse the repository at this point in the history
Actually this doesn't matter as the package won't be ever published to NPM :)
  • Loading branch information
Michal Dorner committed Oct 12, 2020
1 parent 56c7e82 commit 6aba2a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -20,7 +20,8 @@
"keywords": [
"actions",
"node",
"junit"
"test",
"report"
],
"author": "Michal Dorner <dorner.michal@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 6aba2a4

Please sign in to comment.