From ea21071aa8bff1439cb99477337ff34292e1fd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lins?= Date: Tue, 19 Nov 2019 22:45:42 -0300 Subject: [PATCH] Inserting description in package --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3627096..4322d5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "svelte-resize-observer", "version": "0.1.0", + "description": "Element resize observer to Svelte", "repository": "https://github.com/andrelmlins/svelte-resize-observer", "author": "André Lins (https://andrelmlins.github.io/)", "module": "dist/index.mjs",