From 3c2a9e822585f72703d63487a720c81aee1d90d5 Mon Sep 17 00:00:00 2001 From: mohiit1502 Date: Fri, 31 Aug 2018 14:13:35 +0530 Subject: [PATCH] testing heroku deploy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a481da..5ba60a7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "scripts": { "postinstall": "bower install", "prestart": "npm install", - "start": "http-server -a localhost -p 8080 -c-1", + "start": "node app.js", "pretest": "npm install", "test": "karma start karma.conf.js", "test-single-run": "karma start karma.conf.js --single-run",