Looks like you have to name it the same as the create package name?

master
Zed A. Shaw 1 year ago
parent 95999abdb7
commit 22b4490777
  1. 2
      package.json

@ -5,7 +5,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "test", "test": "test",
"create": "echo TEST > test.html" "create-npm-test": "echo TEST > test.html"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save