Changed pointer to index.js

This commit is contained in:
NunoSempere 2021-04-08 19:24:31 +02:00
parent 5e0457d051
commit b42b49abaa
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
web: node .src/utils/index.js
web: node src/index.js

View File

@ -4,7 +4,7 @@
"description": "Get forecasts from various platforms",
"main": "src/index.js",
"scripts": {
"start": "node src/utils/index.js",
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {