diff --git a/package.json b/package.json index 03cbeb6..aa42b1f 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,6 @@ "author": "George Tsopouridis", "email": "gtsopour@gmail.com", "private": false, - - - "scripts": { "start": "node ./bin/www", "start_azure_debug": "if [[ ${APPSVC_TUNNEL_PORT} != \"\" ]]; then node --inspect=0.0.0.0:$APPSVC_TUNNEL_PORT ./bin/www; else npm run start; fi"