We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017697d commit 87e6625Copy full SHA for 87e6625
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "@edgefirst-dev/server-timing",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"description": "A helper to collect measurements for the Server-Timing header",
5
"license": "MIT",
6
- "funding": ["https://github.com/sponsors/sergiodxa"],
+ "funding": [
7
+ "https://github.com/sponsors/sergiodxa"
8
+ ],
9
"author": {
10
"name": "Sergio Xalambrí",
11
"email": "hello+oss@sergiodxa.com",
@@ -29,7 +31,11 @@
29
31
"engines": {
30
32
"node": ">=20.0.0"
33
},
- "files": ["build", "package.json", "README.md"],
34
+ "files": [
35
+ "build",
36
+ "package.json",
37
+ "README.md"
38
39
"exports": {
40
".": "./build/index.js",
41
"./package.json": "./package.json"
0 commit comments