Remove unused dependency

And we aren't using the 'start' command either.
This commit is contained in:
Soam Vasani
2016-08-24 13:18:43 -07:00
parent 7a316b14e6
commit 0ea5e2b05e
+2 -5
View File
@@ -15,9 +15,6 @@
"dependencies": {
"express": "",
"minimist": "",
"body-parser": "",
"require-from-string": ""
},
"start": "node server.js --codepath '/fission/function' --port 8888"
"body-parser": ""
}
}