diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-27 14:11:06 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-27 14:11:06 +0000 |
| commit | 24b4fd8b77fa1952a355e8e1fe910cd21dd9234c (patch) | |
| tree | af6b1a892f82f8835af14866132a6d55c186ec3c /package.json | |
| parent | fc0552c685b1ce37c9903418aa45f013067aad5d (diff) | |
added node and npm specs to package for heroku compile
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
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", |
