Skip to content

Commit 4f5967b

Browse files
authored
prepare publishing (#222)
1 parent 00f153f commit 4f5967b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/hypergraph-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"publishConfig": {
77
"access": "public",
88
"directory": "publish",
9-
"provenance": true
9+
"provenance": false
1010
},
1111
"repository": {
1212
"type": "git",

packages/hypergraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"publishConfig": {
66
"access": "public",
77
"directory": "publish",
8-
"provenance": true
8+
"provenance": false
99
},
1010
"repository": {
1111
"type": "git",

scripts/package.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const publishPkgJson = {
3535
peerDependencies: pkgJson.peerDependencies,
3636
dependencies: pkgJson.dependencies,
3737
publishConfig: {
38-
provenance: true,
38+
provenance: false,
3939
},
4040
};
4141

0 commit comments

Comments
 (0)