diff --git a/package.json b/package.json index 6e2889c..281b1ef 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "wishlist", "version": "1.0.0", "description": "test", - "main": "wishlist.js", + "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "start": "nodemon wishlist.js" + "start": "nodemon app.js" }, "author": "Laurent LE CORRE", "license": "ISC",