Change package.json main script

This commit is contained in:
Hri7566 2023-10-14 08:25:04 -04:00
parent 2bd43d8702
commit 4759fe5951
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "sync", "name": "sync",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "src/index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },