diff --git a/package.json b/package.json index 5fa8bdd..2832b6e 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "create-npm-testing", "version": "1.0.0", - "description": "Testing npm install/create.", + "description": "Generates projects using the Bandolier educational framework.", "main": "bando.js", "bin": { - "create-npm-test": "bando.js" + "bando-up": "bando.js" }, "scripts": { "test": "ava tests/**/*.js" @@ -18,7 +18,7 @@ "testing" ], "author": "Zed A. Shaw", - "license": "0BSD", + "license": "All Rights Reserved", "dependencies": { "ava": "^5.1.0", "commander": "^9.4.1",