diff --git a/package.json b/package.json index 243d15c52..b3ffd9b0d 100644 --- a/package.json +++ b/package.json @@ -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",