fork and prep to publish as @embarklabs/ethereumjs-wallet

This commit is contained in:
Michael Bradley, Jr 2020-01-14 18:03:08 -06:00
parent ac906751dd
commit d94a4f6efc
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -42,3 +42,6 @@ package-lock.json
# build output
dist
# pack output
embarklabs-ethereumjs-wallet-*.tgz

View File

@ -1,5 +1,5 @@
{
"name": "ethereumjs-wallet",
"name": "@embarklabs/ethereumjs-wallet",
"version": "0.6.3",
"description": "Utilities for handling Ethereum keys",
"main": "dist/index.js",