diff options
| -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", |
