From e4d589dd304c939dd2e3502078a81c1303e1618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Wed, 13 Feb 2019 21:13:50 +0100 Subject: [PATCH] Minor metadata update. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dbbc80..e4912ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bthlabs/react-custom-popup", "version": "1.0.0", - "description": "", + "description": "React component for simply building custom popups and modals.", "main": "./lib/react-custom-popup.js", "scripts": { "build": "./node_modules/.bin/grunt dist",