From 74fe077b29ee681f8e55d14afdbd7c93bc2c1048 Mon Sep 17 00:00:00 2001 From: kumar Date: Sun, 24 Jul 2016 23:52:56 -0400 Subject: updated comments and moved underscoer module from dev to regualr dependensices --- node_simple.js | 3 ++- package.json | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/node_simple.js b/node_simple.js index 3741e1e..447c605 100644 --- a/node_simple.js +++ b/node_simple.js @@ -323,7 +323,8 @@ exports.retrieveFollows = function (user_name, callback) { /** * This function will retrieve ALL the comments a user has ever made. - * It returns an array containing objects of the form: {exam_id, comment, date}. + * It returns an array containing objects of the form: {exam_id, comment, date, ... + * course_code, year, term}. * Note: a comment should only exist IF a solution exists. * * @param {string} user_name: the unique user name for the user diff --git a/package.json b/package.json index 9e23edc..3cae8da 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,7 @@ "passport": "^0.3.2", "passport-local": "^1.0.0", "sanitizer": "^0.1.3", - "socket.io": "^1.4.8" - }, - "devDependencies": { - "underscore": "~1.8.3" + "socket.io": "^1.4.8", + "underscore": "^1.8.3" } } -- cgit v1.2.3