aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumar <kumar.damani@mail.utoronto.ca>2016-07-27 14:11:06 +0000
committerkumar <kumar.damani@mail.utoronto.ca>2016-07-27 14:11:06 +0000
commit24b4fd8b77fa1952a355e8e1fe910cd21dd9234c (patch)
treeaf6b1a892f82f8835af14866132a6d55c186ec3c
parentfc0552c685b1ce37c9903418aa45f013067aad5d (diff)
added node and npm specs to package for heroku compile
-rw-r--r--package.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json
index bbd60e1..f5df61e 100644
--- a/package.json
+++ b/package.json
@@ -2,6 +2,10 @@
"name": "solutions_repo",
"version": "1.0.0",
"description": "A web app that allows students to share test/exam solutions.",
+ "engines": {
+ "node": "6.2.2",
+ "npm": "3.9.5"
+ },
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",