Skip to content

Commit

Permalink
Merge pull request privacy-scaling-explorations#1545 from privacy-sca…
Browse files Browse the repository at this point in the history
…ling-explorations/fix/subgraph-package-json

fix(subgraph): add version and files for package.json
  • Loading branch information
0xmad authored Jun 7, 2024
2 parents 6b79534 + 3c00473 commit ba2fcc7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "maci-subgraph",
"version": "1.2.2",
"description": "A subgraph to index data from MACI protocol to serve as data layer for frontend integration",
"license": "MIT",
"private": true,
"files": [
"build",
"README.md"
],
"scripts": {
"precodegen": "rm -rf ./generated && pnpm generate:schema && pnpm generate:yaml",
"codegen": "graph codegen",
Expand Down

0 comments on commit ba2fcc7

Please sign in to comment.