From 906b8b902405e9829e6e6377061fc79852061215 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 18 Oct 2021 15:00:13 +0200 Subject: [PATCH] Add description to package.json (#1386) The library was missing package description. With it being added, the lib will be more explicit when searching in npmjs api, and will be displayed correctly in this report: https://github.com/GoncharIgor/libs-inspector --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a3102d3..01c49a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "animate.css", "version": "4.1.1", + "description": "A cross-browser library of CSS animations", "main": "animate.css", "repository": { "type": "git",