From 1353ba0bbebcd48f4e46ad4faca1df58b8b68347 Mon Sep 17 00:00:00 2001 From: "Diogo Caracol Mateus (caracold)" Date: Wed, 22 Apr 2020 16:20:27 +0100 Subject: [PATCH] removed start command --- .gitignore | 1 + package.json | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4688c7e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +'node_modules' diff --git a/package.json b/package.json index c4e4f8d..8df618c 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,7 @@ "description": "NodeJS RESTful API for the 304CEM Resit coursework project.", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "nodemon server.js" + "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", @@ -28,4 +27,4 @@ "engines": { "node": "13.x" } -} +} \ No newline at end of file