Skip to content

Commit 771d25e

Browse files
committed
fix(ci): add provenance
1 parent 300086e commit 771d25e

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@
99
"encoding",
1010
"extension"
1111
],
12-
"files": [
13-
"dist",
14-
"index.ts"
15-
],
1612
"repository": {
1713
"type": "git",
1814
"url": "git+https://github.com/douglasduteil/htmx.ext...chunked-transfer.git"
1915
},
2016
"license": "WTFPL",
2117
"author": "Douglas Duteil <douglasduteil@gmail.com> (https://douglasduteil.github.io/)",
2218
"type": "module",
23-
"module": "index.ts",
2419
"main": "dist/index.js",
2520
"unpkg": "dist/index.js",
21+
"module": "index.ts",
22+
"files": [
23+
"dist",
24+
"index.ts"
25+
],
2626
"scripts": {
2727
"build": "bun build index.ts --outdir dist",
2828
"dev": "bun start",
@@ -36,5 +36,9 @@
3636
"prettier": "^3.1.1",
3737
"typescript": "^5.0.0"
3838
},
39-
"peerDependencies": {}
39+
"peerDependencies": {},
40+
"publishConfig": {
41+
"access": "public",
42+
"provenance": true
43+
}
4044
}

0 commit comments

Comments
 (0)