Skip to content

Commit

Permalink
⬆️ bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp committed Aug 30, 2024
1 parent 40de945 commit 8646cd6
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdir hello-pusakatest && cd hello-pusakatest
- If you don't have a package.json in your file directory, it will be copied from one of the templates available at [pusakatest](https://github.com/depapp/pusakatest/blob/644409e90fe29f9cdab3b0da3ab9bf497150da79/templates/english/package.json#L20) when you run below command
- If you already have a package.json file, add all the dependencies mentioned in [pusakatest](https://github.com/depapp/pusakatest/blob/644409e90fe29f9cdab3b0da3ab9bf497150da79/templates/english/package.json#L20) to your package.json (below command will not override or replace your package.json file)
```bash
npx pusakatest
npx pusakatest@latest
```
- nothing else after that, just run it!
```bash
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusakatest",
"version": "2.4.1",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"type": "module",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion templates/english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusakatest",
"version": "2.4.1",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/hindi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusakatest",
"version": "2.4.1",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/indonesian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusakatest",
"version": "2.4.1",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/javanese/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusakatest",
"version": "2.4.1",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion templates/korean/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pusakatest",
"version": "2.4.1",
"version": "2.4.2",
"description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8646cd6

Please sign in to comment.