commit a0b6c768fbbaf01b87c8ccb3c4b5fd091f15cd28
parent 557ac58c65867ed2f2cd24d5251f79a68027eccc
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Fri, 2 Jun 2017 13:54:40 +0200
Update package.json
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/package.json b/package.json
@@ -4,8 +4,7 @@
"description": "Modular parser for the hackerspace door status with handlers for multiple services",
"author": "Marcel Radzio <mtrnord1@gmail.com>",
"scripts": {
- "start": "node main.js",
- "heroku-prebuild": "npm install --no-optional",
+ "start": "node main.js"
},
"main": "main.js",
"repository": {