Skip to content

Commit 6a28998

Browse files
committed
fix: packages metadata, repo and homepage fields
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 388ab8a commit 6a28998

File tree

7 files changed

+21
-44
lines changed

7 files changed

+21
-44
lines changed

@tunnckocore/create-jest-runner/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"version": "0.6.3",
33
"name": "@tunnckocore/create-jest-runner",
44
"description": "WIP",
5-
"author": "Charlike Mike Reagent <[email protected]>",
6-
"homepage": "https://github.com/tunnckoCore/opensource",
5+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
6+
"homepage": "https://tunnckocore.com/opensource",
7+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/create-jest-runner",
78
"license": "MPL-2.0",
89
"licenseStart": 2019,
910
"main": "src/index.js",
@@ -16,11 +17,6 @@
1617
"engines": {
1718
"node": ">=8.11"
1819
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/tunnckoCore/opensource.git",
22-
"directory": "@tunnckocore/create-jest-runner"
23-
},
2420
"dependencies": {
2521
"chalk": "^2.4.2",
2622
"jest-worker": "^24.0.0",

@tunnckocore/execa/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"version": "4.4.6",
33
"name": "@tunnckocore/execa",
44
"description": "Thin layer on top of `execa` that allows executing multiple commands in parallel or in sequence with control for concurrency",
5-
"author": "Charlike Mike Reagent <[email protected]>",
6-
"homepage": "https://github.com/tunnckoCore/opensource",
5+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
6+
"homepage": "https://tunnckocore.com/opensource",
7+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/execa",
78
"license": "MPL-2.0",
89
"licenseStart": 2017,
910
"main": "dist/cjs/index.js",
@@ -17,11 +18,6 @@
1718
"engines": {
1819
"node": ">=8.11"
1920
},
20-
"repository": {
21-
"type": "git",
22-
"url": "https://github.com/tunnckoCore/opensource.git",
23-
"directory": "./@tunnckocore/execa"
24-
},
2521
"devDependencies": {
2622
"execa": "^2.0.3",
2723
"p-map": "^3.0.0"

@tunnckocore/jest-runner-babel/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"version": "3.2.5",
33
"name": "@tunnckocore/jest-runner-babel",
44
"description": "WIP",
5-
"author": "Charlike Mike Reagent <[email protected]>",
6-
"homepage": "https://github.com/tunnckoCore/opensource",
5+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
6+
"homepage": "https://tunnckocore.com/opensource",
7+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-babel",
78
"license": "MPL-2.0",
89
"licenseStart": 2019,
910
"main": "src/index.js",
@@ -16,11 +17,6 @@
1617
"engines": {
1718
"node": ">=8.11"
1819
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/tunnckoCore/opensource.git",
22-
"directory": "@tunnckocore/jest-runner-babel"
23-
},
2420
"dependencies": {
2521
"@babel/core": "^7.6.0",
2622
"@tunnckocore/create-jest-runner": "^0.6.3",

@tunnckocore/jest-runner-eslint/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"version": "0.4.3",
33
"name": "@tunnckocore/jest-runner-eslint",
44
"description": "WIP",
5-
"author": "Charlike Mike Reagent <[email protected]>",
6-
"homepage": "https://github.com/tunnckoCore/opensource",
5+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
6+
"homepage": "https://tunnckocore.com/opensource",
7+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/jest-runner-eslint",
78
"license": "MPL-2.0",
89
"licenseStart": 2019,
910
"main": "src/index.js",
@@ -16,11 +17,6 @@
1617
"engines": {
1718
"node": ">=8.11"
1819
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/tunnckoCore/opensource.git",
22-
"directory": "@tunnckocore/jest-runner-eslint"
23-
},
2420
"dependencies": {
2521
"@tunnckocore/create-jest-runner": "^0.6.3",
2622
"@tunnckocore/utils": "^0.8.2",

@tunnckocore/utils/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"version": "0.8.2",
33
"name": "@tunnckocore/utils",
44
"description": "Utility functions and helpers for internal usage and monorepos",
5-
"author": "Charlike Mike Reagent <[email protected]>",
6-
"homepage": "https://github.com/tunnckoCore/opensource",
5+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
6+
"homepage": "https://tunnckocore.com/opensource",
7+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/utils",
78
"license": "MPL-2.0",
89
"licenseStart": 2019,
910
"main": "src/index.js",
@@ -16,11 +17,6 @@
1617
"engines": {
1718
"node": ">=8.11"
1819
},
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/tunnckoCore/opensource.git",
22-
"directory": "@tunnckocore/utils"
23-
},
2420
"files": [
2521
"src"
2622
],

packages/jest-runner-rollup/package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"version": "0.2.3",
33
"name": "jest-runner-rollup",
4-
"author": "Charlike Mike Reagent <[email protected]>",
5-
"homepage": "https://github.com/tunnckoCore/opensource",
4+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
5+
"homepage": "https://tunnckocore.com/opensource",
6+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/@tunnckocore/utils",
67
"license": "MPL-2.0",
78
"licenseStart": 2019,
89
"main": "src/index.js",
@@ -11,11 +12,6 @@
1112
"engines": {
1213
"node": ">=8.11"
1314
},
14-
"repository": {
15-
"type": "git",
16-
"url": "[email protected]:tunnckoCore/opensource.git",
17-
"directory": "packages/jest-runner-rollup"
18-
},
1915
"publishConfig": {
2016
"access": "public",
2117
"tag": "latest"

packages/koa-better-body/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "koa-better-body",
33
"version": "3.0.7",
44
"description": "Full-featured [koa][] body parser! Support parsing text, buffer, json, json patch, json api, csp-report, multipart, form and urlencoded bodies. Works for koa@1, koa@2 and will work for koa@3.",
5-
"repository": "tunnckoCore/koa-better-body",
6-
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
5+
"author": "Charlike Mike Reagent <[email protected]> (https://tunnckocore.com)",
6+
"homepage": "https://tunnckocore.com/opensource",
7+
"repository": "https://github.com/tunnckoCore/opensource/tree/master/packages/koa-better-body",
78
"main": "index.js",
89
"license": "MIT",
910
"scripts": {},

0 commit comments

Comments
 (0)