Skip to content

Commit

Permalink
Merge pull request #67
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
sercheo87 authored Apr 30, 2021
2 parents e40dbe0 + 1fe0be5 commit a0e6f34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright 2021

-p,--postman File name of project Postman exported.

-f,--jmeter File name to output generated project JMeter.
-j,--jmeter File name to output generated project JMeter.

-o,--override Override project JMeter generate if exists.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "convert-postman-jmeter",
"version": "2.0.15",
"version": "2.0.16",
"description": "Convert files Postman Project to JMeter Project",
"main": "./lib/convert-postman-jmeter",
"scripts": {
Expand Down Expand Up @@ -51,6 +51,7 @@
},
"dependencies": {
"mustache": "^3.0.1",
"yargs": "^13.2.4"
"yargs": "^13.2.4",
"string-contains": "^0.1.0"
}
}

0 comments on commit a0e6f34

Please sign in to comment.