package.json: Add description field

APPARENTLY NPM ADDS A npm_package_description WHICH IS THE description
FIELD IN package.json WHICH HOWEVER IF NOT SET BECOMES THE SECOND LINE
OF THE README LIKE WHAT THE FUCKKKKKKKKKKKKK
This commit is contained in:
Morgan Bazalgette 2018-04-02 13:22:25 +02:00 committed by Haelwenn (lanodan) Monnier
parent f0d1a559ae
commit 6599840fa5
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"name": "@tootsuite/mastodon",
"description": "mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=10.13 <13"