Skip to content

Commit 445650d

Browse files
committed
add provenance config
1 parent 69d697c commit 445650d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/cli/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,13 @@
7373
"vitest": "^2.1.8"
7474
},
7575
"publishConfig": {
76-
"access": "public"
76+
"access": "public",
77+
"provenance": true
78+
},
79+
"repository": {
80+
"type": "git",
81+
"url": "https://github.com/graphprotocol/graph-tooling.git",
82+
"directory": "packages/cli"
7783
},
7884
"oclif": {
7985
"bin": "graph",

packages/ts/package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@
1111
"lint": "prettier -c **/*.{js,mjs,ts}",
1212
"test": "node test/test.mjs"
1313
},
14+
"publishConfig": {
15+
"access": "public",
16+
"provenance": true
17+
},
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/graphprotocol/graph-tooling.git",
21+
"directory": "packages/ts"
22+
},
1423
"dependencies": {
1524
"assemblyscript": "0.27.31"
1625
}

0 commit comments

Comments
 (0)