Skip to content

Commit

Permalink
change in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiperfect committed Mar 21, 2024
1 parent 4372109 commit 347e262
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"name": "9.0-secrets-project",
"version": "1.0.0",
"description": "",
"main": "app.js",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 347e262

Please sign in to comment.