Skip to content

Commit 039a32e

Browse files
committed
chore: make interfaces package public
Signed-off-by: Tomás Migone <[email protected]>
1 parent e75ae57 commit 039a32e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/interfaces/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "@graphprotocol/interfaces",
33
"version": "0.2.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
47
"description": "Contract interfaces for The Graph protocol",
58
"main": "./dist/src/index.js",
69
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)