Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Aug 23, 2021
1 parent eab635f commit 567495a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const { program } = require('commander');
const chalk = require('chalk');
const supportedCoins = require('./src/supportedCoins.json');
const supportedCoins = require('./src/coins.json');
const { generateWallet } = require('./src/wallet');
const log = console.log;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.1.7",
"version": "1.1.8",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
"author": "Yerofey S. <[email protected]> (https://github.com/yerofey)",
"bin": {
Expand Down
File renamed without changes.

0 comments on commit 567495a

Please sign in to comment.