fix npm start

This commit is contained in:
hippoz 2022-08-27 16:52:39 +03:00
parent 5e667d6738
commit 5062d34468
No known key found for this signature in database
GPG key ID: 7C52899193467641

View file

@ -2,9 +2,10 @@
"name": "website-generator", "name": "website-generator",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "build.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
}, },
"repository": { "repository": {
"type": "git", "type": "git",