From 0ea5e2b05e5d7db605ac0e4c4e723039fcff4840 Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 24 Aug 2016 13:18:43 -0700 Subject: [PATCH] Remove unused dependency And we aren't using the 'start' command either. --- src/function-run/nodejs/package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/function-run/nodejs/package.json b/src/function-run/nodejs/package.json index e615126b..fcd3f671 100644 --- a/src/function-run/nodejs/package.json +++ b/src/function-run/nodejs/package.json @@ -15,9 +15,6 @@ "dependencies": { "express": "", "minimist": "", - "body-parser": "", - - "require-from-string": "" - }, - "start": "node server.js --codepath '/fission/function' --port 8888" + "body-parser": "" + } }