Now see if it will work as a create command.

master
Zed A. Shaw 1 year ago
parent 40eae72a7b
commit 98f11eca8f
  1. 5
      package.json

@ -1,10 +1,11 @@
{ {
"name": "npm-testing", "name": "create-npm-testing",
"version": "1.0.0", "version": "1.0.0",
"description": "Testing npm install/create.", "description": "Testing npm install/create.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
"setup-project": "index.js" "create-npm-testing": "index.js",
"create": "index.js"
}, },
"scripts": { "scripts": {
"test": "test" "test": "test"

Loading…
Cancel
Save