added bin config to package

This commit is contained in:
Dan Motzenbecker 2015-08-30 11:43:24 -04:00
parent 1199d9b192
commit 1c1ef28759
1 changed files with 4 additions and 1 deletions

View File

@ -23,5 +23,8 @@
"url": "git://github.com/dmotz/natal.git" "url": "git://github.com/dmotz/natal.git"
}, },
"engine-strict": true, "engine-strict": true,
"preferGlobal": true "preferGlobal": true,
"bin": {
"natal": "./index.js"
}
} }