Skip to content

Commit db83ee1

Browse files
committed
chore: update packages metadata
1 parent 07af153 commit db83ee1

File tree

3 files changed

+28
-20
lines changed

3 files changed

+28
-20
lines changed

packages/benchmark.js/package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"name": "@codspeed/benchmark.js",
33
"version": "0.0.0",
4-
"description": "",
5-
"keywords": [],
4+
"description": "Benchmark.js compatibility layer for CodSpeed",
5+
"keywords": [
6+
"codspeed",
7+
"benchmark",
8+
"benchmark.js",
9+
"performance"
10+
],
611
"main": "dist/index.cjs.js",
712
"module": "dist/index.es5.js",
813
"types": "dist/index.d.ts",
914
"files": [
1015
"dist"
1116
],
12-
"author": "--username-- <--usermail-->",
13-
"repository": {
14-
"type": "git",
15-
"url": ""
16-
},
17+
"author": "Arthur Pastel <[email protected]>",
18+
"repository": "https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/benchmark.js",
19+
"homepage": "https://codspeed.io",
1720
"license": "MIT",
1821
"devDependencies": {
1922
"@types/benchmark": "^2.1.2",

packages/core/package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@codspeed/core",
33
"version": "0.0.0",
4-
"description": "",
5-
"keywords": [],
4+
"description": "The core Node library used to integrate with Codspeed runners",
5+
"keywords": [
6+
"codspeed",
7+
"benchmark",
8+
"performance"
9+
],
610
"gypfile": true,
711
"main": "dist/index.cjs.js",
812
"module": "dist/index.es5.js",
@@ -11,10 +15,8 @@
1115
"dist"
1216
],
1317
"author": "Arthur Pastel <[email protected]>",
14-
"repository": {
15-
"type": "git",
16-
"url": ""
17-
},
18+
"repository": "https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/core",
19+
"homepage": "https://codspeed.io",
1820
"license": "MIT",
1921
"devDependencies": {
2022
"@types/bindings": "^1.5.1",

packages/tinybench/package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"name": "@codspeed/tinybench",
33
"version": "0.0.0",
4-
"description": "",
5-
"keywords": [],
4+
"description": "tinybench compatibility layer for CodSpeed",
5+
"keywords": [
6+
"codspeed",
7+
"benchmark",
8+
"tinybench",
9+
"performance"
10+
],
611
"main": "dist/index.cjs.js",
712
"module": "dist/index.es5.js",
813
"types": "dist/index.d.ts",
914
"files": [
1015
"dist"
1116
],
12-
"author": "--username-- <--usermail-->",
13-
"repository": {
14-
"type": "git",
15-
"url": ""
16-
},
17+
"author": "Arthur Pastel <[email protected]>",
18+
"repository": "https://github.com/CodSpeedHQ/codspeed-node/tree/main/packages/tinybench",
19+
"homepage": "https://codspeed.io",
1720
"license": "MIT",
1821
"devDependencies": {
1922
"@types/find-up": "^4.0.0",

0 commit comments

Comments
 (0)