Skip to content

Commit

Permalink
Merge pull request #13 from zksecurity/feature/program-impl
Browse files Browse the repository at this point in the history
Implement ZkProgram
  • Loading branch information
mitschabaude authored Sep 27, 2024
2 parents f687ef7 + 726bfcf commit 06862a3
Show file tree
Hide file tree
Showing 9 changed files with 1,054 additions and 390 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@
"types": "build/src/index.d.ts",
"scripts": {
"build": "tsc",
"buildw": "tsc --watch",
"coverage": "node --experimental-vm-modules node_modules/jest/bin/jest.js --coverage",
"watch": "tsc --watch",
"format": "prettier --write --ignore-unknown **/*",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"testw": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"extension:dev": "vite build --config browser-extension/vite.config.js --watch",
"extension:build": "vite build --config browser-extension/vite.config.js"
},
Expand Down
Loading

0 comments on commit 06862a3

Please sign in to comment.