silverwind / default-gateway

Get the default network gateway, cross-platform.
86 stars 19 forks source link

node version broken #20

Closed lovetingyuan closed 5 years ago

lovetingyuan commented 5 years ago
{
"name": "default-gateway",
  "version": "5.0.4",
  "description": "Get the default network gateway, cross-platform.",
  "author": "silverwind <me@silverwind.io>",
  "repository": "silverwind/default-gateway",
  "license": "BSD-2-Clause",
  "scripts": {
    "test": "eslint *.js && node --pending-deprecation --trace-deprecation --throw-deprecation --trace-warnings test.js"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "execa": "^3.0.0"
  }
}

execa requires: "node": "^8.12.0 || >=9.7.0", but in your package node engines are "node": ">=8". However, that does not match, please check it. Thanks.