Skip to content

Commit

Permalink
fix keywords on package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Freire committed Jul 26, 2019
1 parent 570c0e5 commit 292d4fd
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,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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 292d4fd

Please sign in to comment.