Skip to content

Commit

Permalink
merge original repo
Browse files Browse the repository at this point in the history
  • Loading branch information
motemotech committed Oct 25, 2024
1 parent 7617cd7 commit 32a8f33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "zk-kit",
"name": "@openpassport/zk-kit",
"version": "0.1.8",
"description": "A monorepo of reusable JS libraries for zero-knowledge technologies.",
"license": "MIT",
"repository": "[email protected]:privacy-scaling-explorations/zk-kit.git",
Expand All @@ -26,7 +27,8 @@
"remove:stable-version-field": "ts-node scripts/remove-stable-version-field.ts ${0} && yarn format:prettier:write",
"precommit": "lint-staged",
"postinstall": "husky && git config --local core.editor cat",
"style": "turbo lint:eslint format:prettier"
"style": "turbo lint:eslint format:prettier",
"publish": "npm publish --access public"
},
"keywords": [
"javascript",
Expand Down
2 changes: 1 addition & 1 deletion packages/imt/src/imt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export default class IMT {
public get leaves(): IMTNode[] {
return this._nodes[0].slice()
}

/**
* The list of zero values calculated during the initialization of the tree.
* @returns The list of pre-computed zeroes.
Expand Down

0 comments on commit 32a8f33

Please sign in to comment.