diff --git a/package.json b/package.json index dbb37fd..6fa8a6f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,9 @@ "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js", + "bin": { + "setup-project": "index.js" + }, "scripts": { "test": "test" },