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
This commit is contained in:
Igor 2021-10-18 15:00:13 +02:00 committed by GitHub
parent eff4cf28b3
commit 906b8b9024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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",