Skip to content

Commit

Permalink
Removed chalk for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastinez committed Aug 29, 2019
1 parent ef57fad commit a288570
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/web3conv.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env node
const args = require('yargs');
const chalk = require('chalk');

args
.usage('Usage: $0 -w [num] -h [num]')
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": "web3conv",
"version": "0.1.0",
"version": "0.1.1",
"description": "CLI Application for type conversion",
"main": "web3conv",
"scripts": {},
Expand Down

0 comments on commit a288570

Please sign in to comment.