Commit 473438d

Andrew Smith <andrewsmith@alumni.stanford.edu>
2021-09-28 17:27:54
Update Node version requirement (correctly). (#220)
* Update Node version requirement (correctly). * Update package.json
1 parent c8d9ef8
Changed files (2)
package.json
@@ -18,7 +18,7 @@
     "zx": "zx.mjs"
   },
   "engines": {
-    "node": ">= 14.13.0"
+    "node": ">= 14.13.1"
   },
   "scripts": {
     "test": "node zx.mjs test.mjs",
README.md
@@ -33,7 +33,7 @@ npm i -g zx
 
 ### Requirement
 
-Node.js >= 14.13.0
+Node.js >= 14.13.1
 
 ## Documentation