avancement planning
This commit is contained in:
-15
@@ -1,15 +0,0 @@
|
||||
The ISC License
|
||||
|
||||
Copyright (c) Isaac Z. Schlueter and Contributors
|
||||
|
||||
Permission to use, copy, modify, and/or distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
||||
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
+1
-1
@@ -6,7 +6,7 @@ A Minipass stream that calls a flush function before emitting 'end'
|
||||
|
||||
```js
|
||||
const Flush = require('minipass-flush')
|
||||
cons f = new Flush({
|
||||
const f = new Flush({
|
||||
flush (cb) {
|
||||
// call the cb when done, or return a promise
|
||||
// the 'end' event will wait for it, along with
|
||||
|
||||
+6
-3
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"name": "minipass-flush",
|
||||
"version": "1.0.5",
|
||||
"version": "1.0.7",
|
||||
"publishConfig": {
|
||||
"tag": "v1-legacy"
|
||||
},
|
||||
"description": "A Minipass stream that calls a flush function before emitting 'end'",
|
||||
"author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
|
||||
"license": "ISC",
|
||||
"license": "BlueOak-1.0.0",
|
||||
"scripts": {
|
||||
"test": "tap",
|
||||
"snap": "tap",
|
||||
@@ -15,7 +18,7 @@
|
||||
"check-coverage": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"tap": "^14.6.9"
|
||||
"tap": "^15.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"minipass": "^3.0.0"
|
||||
|
||||
Reference in New Issue
Block a user