Skip to content

Commit b76a458

Browse files
committed
0.1.2
1 parent 1cec452 commit b76a458

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frontiercompute/zap1",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "ZAP1 Merkle proof verification for JavaScript/TypeScript - WASM-powered BLAKE2b-256",
55
"type": "module",
66
"main": "dist/index.js",
@@ -19,7 +19,14 @@
1919
"build": "mkdir -p dist && cp src/index.js dist/index.js && cp src/index.d.ts dist/index.d.ts",
2020
"test": "node test/test.js"
2121
},
22-
"keywords": ["zcash", "blake2b", "merkle", "proof", "zap1", "wasm"],
22+
"keywords": [
23+
"zcash",
24+
"blake2b",
25+
"merkle",
26+
"proof",
27+
"zap1",
28+
"wasm"
29+
],
2330
"author": "Zk-nd3r <zk_nd3r@frontiercompute.io>",
2431
"license": "MIT",
2532
"repository": {

0 commit comments

Comments
 (0)