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