diff --git a/package.json b/package.json index 6fa8a6f..ba06916 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,11 @@ { - "name": "npm-testing", + "name": "create-npm-testing", "version": "1.0.0", "description": "Testing npm install/create.", "main": "index.js", "bin": { - "setup-project": "index.js" + "create-npm-testing": "index.js", + "create": "index.js" }, "scripts": { "test": "test"