fix npm start
This commit is contained in:
parent
5e667d6738
commit
5062d34468
1 changed files with 3 additions and 2 deletions
|
@ -2,9 +2,10 @@
|
|||
"name": "website-generator",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "build.js",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in a new issue