From 9dfea5f54e5149930261f367f89f4b9fed09e99d Mon Sep 17 00:00:00 2001 From: depa panjie purnama Date: Mon, 7 Nov 2022 08:51:16 +0700 Subject: [PATCH] :bookmark: chore: change license (#27) --- package-lock.json | 2 +- package.json | 4 ++-- templates/english/package.json | 4 ++-- templates/hindi/package.json | 4 ++-- templates/indonesian/package.json | 4 ++-- templates/korean/package.json | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8df387..88b85fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "pusakatest", "version": "2.1.1", - "license": "ISC", + "license": "MIT", "dependencies": { "arg": "^4.1.0", "chalk": "^2.4.2", diff --git a/package.json b/package.json index 543b340..36cba34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pusakatest", - "version": "2.2.1", + "version": "2.2.2", "description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style", "main": "index.js", "bin": "bin/create-project", @@ -15,7 +15,7 @@ "url": "git+https://github.com/depapp/pusakatest.git" }, "author": "@depapp", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/depapp/pusakatest/issues" }, diff --git a/templates/english/package.json b/templates/english/package.json index 1dd659e..3c14a8b 100644 --- a/templates/english/package.json +++ b/templates/english/package.json @@ -1,6 +1,6 @@ { "name": "pusakatest", - "version": "2.2.1", + "version": "2.2.2", "description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "url": "git+https://github.com/depapp/pusakatest.git" }, "author": "@depapp", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/depapp/pusakatest/issues" }, diff --git a/templates/hindi/package.json b/templates/hindi/package.json index 1dd659e..3c14a8b 100644 --- a/templates/hindi/package.json +++ b/templates/hindi/package.json @@ -1,6 +1,6 @@ { "name": "pusakatest", - "version": "2.2.1", + "version": "2.2.2", "description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "url": "git+https://github.com/depapp/pusakatest.git" }, "author": "@depapp", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/depapp/pusakatest/issues" }, diff --git a/templates/indonesian/package.json b/templates/indonesian/package.json index 1dd659e..3c14a8b 100644 --- a/templates/indonesian/package.json +++ b/templates/indonesian/package.json @@ -1,6 +1,6 @@ { "name": "pusakatest", - "version": "2.2.1", + "version": "2.2.2", "description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "url": "git+https://github.com/depapp/pusakatest.git" }, "author": "@depapp", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/depapp/pusakatest/issues" }, diff --git a/templates/korean/package.json b/templates/korean/package.json index a9ba910..de30c48 100644 --- a/templates/korean/package.json +++ b/templates/korean/package.json @@ -1,6 +1,6 @@ { "name": "pusakatest", - "version": "2.2.1", + "version": "2.2.2", "description": "pusakatest is an automation testing tool based on pactum using bdd (cucumber) style", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "url": "git+https://github.com/depapp/pusakatest.git" }, "author": "@depapp", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/depapp/pusakatest/issues" },