added bin config to package
This commit is contained in:
parent
1199d9b192
commit
1c1ef28759
|
@ -23,5 +23,8 @@
|
|||
"url": "git://github.com/dmotz/natal.git"
|
||||
},
|
||||
"engine-strict": true,
|
||||
"preferGlobal": true
|
||||
"preferGlobal": true,
|
||||
"bin": {
|
||||
"natal": "./index.js"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue