add bin
This commit is contained in:
parent
b274295e90
commit
d27096feeb
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env node
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"version": "1.0.0",
|
||||
"description": "Like hexdump on *nix, but in JavaScript.",
|
||||
"main": "hexdump.js",
|
||||
"bin": {
|
||||
"hexdump.js": "./bin/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node bin/cli.js hexdump.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue