From 904f337713a4b97904e11828730b4ee7c367805a Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 26 Jul 2016 22:58:07 -0700 Subject: [PATCH] Add "engines" field to package.json Fixes #675 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2382f8c4..a6c46c87 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,9 @@ "run-series": "^1.1.4", "standard": "^7.0.0" }, + "engines": { + "node": ">=4.0.0" + }, "homepage": "https://webtorrent.io", "keywords": [ "desktop", @@ -65,8 +68,8 @@ "electron-app", "hybrid webtorrent client", "mad science", - "torrent client", "torrent", + "torrent client", "webtorrent" ], "license": "MIT",