Skip to content

Commit

Permalink
Merge pull request #1 from santiagoblanco22/patch-1
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
alvaro-soluntech authored Nov 29, 2022
2 parents 54be981 + f96dd41 commit 87f6de2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"type": "module",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node script.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 87f6de2

Please sign in to comment.