diff --git a/package.json b/package.json index c7406b7..64a7628 100644 --- a/package.json +++ b/package.json @@ -35,5 +35,8 @@ "type": "git", "url": "https://github.com/defunctzombie/node-url.git" }, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">= 0.4" + } }