From 2fbf7739766d91d76649579e045bb17d9ed50207 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Thu, 23 Feb 2017 13:19:02 +0100 Subject: [PATCH] chore(package): add description this is used by yarnpkg.com/search, npmjs.com and other places --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index db345c5..3419400 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "http://github.com/indutny/node-ip.git" }, "main": "lib/ip", + "description": "IP address utilities for node.js", "devDependencies": { "jscs": "^2.1.1", "jshint": "^2.8.0",