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",
"scripts": {
"test": "test",
"create": "echo TEST > test.html"
"create-npm-test": "echo TEST > test.html"
},
"repository": {
"type": "git",

Loading…
Cancel
Save