Skip to content

Commit c58af0b

Browse files
committed
chore: update repository field to object format and add publishConfig
1 parent 20b3dc6 commit c58af0b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,14 @@
3333
"src/ctrf-schema.json",
3434
"README.md"
3535
],
36-
"repository": "github:ctrf-io/ctrf-core-js",
36+
"repository": {
37+
"type": "git",
38+
"url": "git+https://github.com/ctrf-io/ctrf-core-js.git"
39+
},
40+
"publishConfig": {
41+
"access": "public",
42+
"provenance": true
43+
},
3744
"homepage": "https://ctrf.io",
3845
"author": "Matthew Thomas",
3946
"license": "MIT",

0 commit comments

Comments
 (0)