Browse Source

enabled support for node.js engines > 10

stan 5 năm trước cách đây
mục cha
commit
94616d6e35
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -31,6 +31,6 @@
     "sinon": "^7.4.1"
   },
   "engines": {
-    "node": "^10"
+    "node": ">=10"
   }
 }