Skip to content
Permalink
Browse files
removed start command
  • Loading branch information
caracold committed Apr 22, 2020
1 parent 31800f8 commit 1353ba0bbebcd48f4e46ad4faca1df58b8b68347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
@@ -0,0 +1 @@
'node_modules'
@@ -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"
}
}
}

0 comments on commit 1353ba0

Please sign in to comment.