Skip to content

Commit 87e6625

Browse files
committed
0.0.1
1 parent 017697d commit 87e6625

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@edgefirst-dev/server-timing",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "A helper to collect measurements for the Server-Timing header",
55
"license": "MIT",
6-
"funding": ["https://github.com/sponsors/sergiodxa"],
6+
"funding": [
7+
"https://github.com/sponsors/sergiodxa"
8+
],
79
"author": {
810
"name": "Sergio Xalambrí",
911
"email": "hello+oss@sergiodxa.com",
@@ -29,7 +31,11 @@
2931
"engines": {
3032
"node": ">=20.0.0"
3133
},
32-
"files": ["build", "package.json", "README.md"],
34+
"files": [
35+
"build",
36+
"package.json",
37+
"README.md"
38+
],
3339
"exports": {
3440
".": "./build/index.js",
3541
"./package.json": "./package.json"

0 commit comments

Comments
 (0)