Skip to content

Commit

Permalink
add url
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Jul 15, 2024
1 parent 91a7f72 commit d00937c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/matchstick/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "@graphprotocol/graph-matchstick",
"version": "0.0.1",
"repository": {
"url": "https://github.com/graphprotocol/graph-tooling"
},
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"node": ">= 10"
},
Expand All @@ -20,17 +24,19 @@
"@napi-rs/cli": "3.0.0-alpha.59",
"ava": "^6.1.3"
},
"publishConfig": {
"access": "public"
},
"ava": {
"timeout": "3m"
},
"napi": {
"name": "graph-matchstick",
"targets": [
"targets": [
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc"
]
},
"packageManager": "[email protected]"
}
}

0 comments on commit d00937c

Please sign in to comment.