Upgraded `radiohead-serial` dependency
Minimum required Node.js version is now v8.9
... | ... | @@ -23,7 +23,7 @@ |
"README.md", | ||
"README-de.md" | ||
], | ||
"version": "1.3.1", | ||
"version": "2.0.0", | ||
"homepage": "https://crycode.de/pimatic-radiohead", | ||
"license": "GPL-2.0", | ||
"repository": { | ||
... | ... | @@ -35,13 +35,13 @@ |
}, | ||
"configSchema": "radiohead-config-schema.coffee", | ||
"dependencies": { | ||
"radiohead-serial": "^3.2.0" | ||
"radiohead-serial": "^4.0.1" | ||
}, | ||
"peerDependencies": { | ||
"pimatic": "0.9.*" | ||
}, | ||
"engines": { | ||
"node": ">4.x.x", | ||
"npm": ">1.1.x" | ||
"node": ">=8.9.0", | ||
"npm": ">=5.6.0" | ||
} | ||
} |
Please register or sign in to comment