Skip to content

Commit 906b8b9

Browse files
authored
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
1 parent eff4cf2 commit 906b8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "animate.css",
33
"version": "4.1.1",
4+
"description": "A cross-browser library of CSS animations",
45
"main": "animate.css",
56
"repository": {
67
"type": "git",

0 commit comments

Comments
 (0)