forked from drazisil/junit-merge
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sergio Freire
committed
Jul 26, 2019
1 parent
570c0e5
commit 292d4fd
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "cucumber-json-merge", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "NodeJS CLI for merging Cucumber JSON test results", | ||
"main": "index.js", | ||
"bin": "./bin/cucumber-json-merge", | ||
|
@@ -40,7 +40,8 @@ | |
"url": "git+https://github.com/bitcoder/cucumber-json-merge.git" | ||
}, | ||
"keywords": [ | ||
"junit" | ||
"cucumber", | ||
"reports" | ||
], | ||
"author": "Sergio Freire <[email protected]>", | ||
"license": "Apache-2.0", | ||
|