update package name

This commit is contained in:
poma 2020-07-31 07:29:01 +03:00
parent 2c1656ab49
commit a0007837dd
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Merkle Tree [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tornadocash/merkle-tree/Node.js%20CI)](https://github.com/tornadocash/merkle-tree/actions) [![npm](https://img.shields.io/npm/v/merkle-tree)](https://www.npmjs.com/package/merkle-tree)
# Merkle Tree [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tornadocash/fixed-merkle-tree/Node.js%20CI)](https://github.com/tornadocash/fixed-merkle-tree/actions) [![npm](https://img.shields.io/npm/v/fixed-merkle-tree)](https://www.npmjs.com/package/fixed-merkle-tree)
This is a fixed depth merkle tree implementation with sequential inserts

View File

@ -1,5 +1,5 @@
{
"name": "merkle-tree",
"name": "fixed-merkle-tree",
"version": "0.1.0",
"description": "Fixed depth merkle tree implementation with sequential inserts",
"main": "src/merkleTree.js",