Skip to content

Commit 005e2c3

Browse files
authored
fix: publish certificates to npm (#2)
1 parent d6e9b4f commit 005e2c3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"files": [
88
"./lib",
99
"./http",
10-
"./ws"
10+
"./ws",
11+
"./key.pem",
12+
"./cert.pem"
1113
],
1214
"scripts": {
1315
"test": "vitest",
@@ -57,4 +59,4 @@
5759
"undici": "^6.19.8",
5860
"vitest": "^2.0.5"
5961
}
60-
}
62+
}

0 commit comments

Comments
 (0)