diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-17 11:24:04 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-17 11:24:04 -0800 |
commit | 464885e5bcc3b48ced0812b8f1dc388465237d57 (patch) | |
tree | d988a2e273101057892371470febcef43bade5ed /package.json | |
parent | b2e6e2c92d0fda2966e424e29038e7e6f0e42823 (diff) |
Adding Node version specification, fixup typos
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 82a3530..785a059 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "scripts": { "start": "nodemon ./start.js" }, + "engines": { "node" : ">=10.18.1" }, "keywords": [], "author": "", "license": "ISC", |