Skip to content

Commit a8713ea

Browse files
committed
Updated package.jsons
1 parent d2547c6 commit a8713ea

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

cloud/app-slave-provisioner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "app-slave-provisioner",
3-
"version": "0.0.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "purpleteam app-slave provisioner for cloud environment",
55
"main": "index.js",
6-
"repository": "https://gitlab.com/purpleteam-labs/purpleteam-lambda",
7-
"author": "binarymist",
6+
"repository": "https://github.com/purpleteam-labs/purpleteam-lambda",
7+
"author": "Kim Carter",
88
"license": "AGPL-3.0-only",
99
"dependencies": {},
1010
"scripts": {

cloud/s2-deprovisioner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "s2-deprovisioner",
3-
"version": "0.0.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "purpleteam s2 deprovisioner for cloud environment",
55
"main": "index.js",
6-
"repository": "https://gitlab.com/purpleteam-labs/purpleteam-lambda",
7-
"author": "binarymist",
6+
"repository": "https://github.com/purpleteam-labs/purpleteam-lambda",
7+
"author": "Kim Carter",
88
"license": "AGPL-3.0-only",
99
"dependencies": {},
1010
"scripts": {

local/app-slave-provisioner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "app-slave-provisioner",
3-
"version": "0.0.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "purpleteam app-slave provisioner for local environment",
55
"main": "index.js",
6-
"repository": "https://gitlab.com/purpleteam-labs/purpleteam-lambda",
7-
"author": "binarymist",
6+
"repository": "https://github.com/purpleteam-labs/purpleteam-lambda",
7+
"author": "Kim Carter",
88
"license": "AGPL-3.0-only",
99
"dependencies": {
1010
"axios": "^0.21.0"

local/s2-deprovisioner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "s2-deprovisioner",
3-
"version": "0.0.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "purpleteam s2 deprovisioner for local environment",
55
"main": "index.js",
6-
"repository": "https://gitlab.com/purpleteam-labs/purpleteam-lambda",
7-
"author": "binarymist",
6+
"repository": "https://github.com/purpleteam-labs/purpleteam-lambda",
7+
"author": "Kim Carter",
88
"license": "AGPL-3.0-only",
99
"dependencies": {
1010
"axios": "^0.21.0"

local/selenium-standalone-provisioner/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "selenium-standalone-provisioner",
3-
"version": "0.0.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "purpleteam selenium standalone provisioner for local environment",
55
"main": "index.js",
6-
"repository": "https://gitlab.com/purpleteam-labs/purpleteam-lambda",
7-
"author": "binarymist",
6+
"repository": "https://github.com/purpleteam-labs/purpleteam-lambda",
7+
"author": "Kim Carter",
88
"license": "AGPL-3.0-only",
99
"dependencies": {
1010
"axios": "^0.21.0"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "purpleteam-lambda",
3-
"version": "0.0.0",
3+
"version": "0.1.0-alpha.1",
44
"description": "Lambda functions of purpleteam -- security regression testing SaaS",
5-
"repository": "https://gitlab.com/purpleteam-labs/purpleteam-lambda",
6-
"author": "binarymist",
5+
"repository": "https://github.com/purpleteam-labs/purpleteam-lambda",
6+
"author": "Kim Carter",
77
"license": "AGPL-3.0-only",
88
"dependencies": {},
99
"scripts": {
@@ -34,6 +34,6 @@
3434
"pre-commit": "^1.2.2"
3535
},
3636
"bugs": {
37-
"url": "https://gitlab.com/purpleteam-labs/purpleteam/issues"
37+
"url": "https://github.com/purpleteam-labs/purpleteam/issues"
3838
}
3939
}

0 commit comments

Comments
 (0)