forked from privacy-scaling-explorations/zk-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7617cd7
commit 32a8f33
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters