Skip to content

Commit 23205ed

Browse files
committed
package name
1 parent 1ac3c72 commit 23205ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"name": "aztec-storage-proofs",
2+
"name": "@nemi-fi/aztec-storage-proofs",
33
"type": "module",
4-
"version": "1.0.0",
5-
"description": "",
6-
"main": "index.js",
4+
"version": "0.0.1",
5+
"main": "lib.ts",
76
"scripts": {
87
"start": "tsx main.ts",
98
"compile": "rm -rf target_circuits && rm -rf target && aztec-nargo compile && mkdir -p target_circuits && mv target/*_circuit.json target_circuits && aztec codegen target -o target",

0 commit comments

Comments
 (0)