Skip to content

Commit fc44e07

Browse files
committed
some changes
1 parent 96ae15b commit fc44e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "devtinder",
33
"version": "1.0.0",
44
"description": "This is the Tinder of the Devlopers",
5-
"main": "index.js",
5+
"main": "src/app.js",
66
"scripts": {
7-
"start": "node src/app.js",
8-
"dev": "nodemon src/app.js"
7+
"start": "node app.js",
8+
"dev": "nodemon app.js"
99
},
1010
"keywords": [],
1111
"author": "",

0 commit comments

Comments
 (0)