aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorkumar <damani.kumar@mail.utoronto.ca>2016-08-03 18:46:56 +0000
committerkumar <damani.kumar@mail.utoronto.ca>2016-08-03 18:46:56 +0000
commit0319097b75d5c77638f3adf7f476a4c1717cb611 (patch)
tree8ae85659054c329827655438d15e8a6c9db1b500 /package.json
parent53b0dbc13bf2effb1705a8d554a8e8ced49c57ae (diff)
updated package with node versions
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index a3faebc..8f04c44 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"version": "0.0.1",
"description": "a to-do List.",
"engines": {
- "node": "6.2.2",
- "npm": "3.9.5"
+ "node": "6.3.1",
+ "npm": "3.10.3"
},
"main": "server.js",
"scripts": {