We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b3ca9 commit 4b17d9eCopy full SHA for 4b17d9e
package.json
@@ -1,9 +1,11 @@
1
{
2
"name": "send-seekable",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Express.js/connect middleware for serving partial content (206) requests for buffers or streams",
5
"main": "send-seekable.js",
6
- "engines": { "node": ">=0.12.0" },
+ "engines": {
7
+ "node": ">=0.12.0"
8
+ },
9
"scripts": {
10
"test": "mocha",
11
"develop": "mocha --watch --reporter min"
0 commit comments