Add description to the packaage.

This commit is contained in:
SukantGujar 2019-03-11 17:36:29 +05:30
parent ca0b97b471
commit 7aa149dd55

View File

@ -1,5 +1,6 @@
{
"name": "express-partial-content",
"description": "A partial content handler implementation for any readable stream with Express. Based on this blog post: https://www.codeproject.com/Articles/813480/HTTP-Partial-Content-In-Node-js.",
"version": "0.1.0",
"main": "dist/index.js",
"repository": "ssh://git@github.com-sukantgujar/SukantGujar/express-partial-content",