diff --git a/package.json b/package.json index 41f0aa1..5fa8bdd 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "Testing npm install/create.", "main": "bando.js", + "bin": { + "create-npm-test": "bando.js" + }, "scripts": { "test": "ava tests/**/*.js" },