Update to new name

master
Sven Slootweg 3 years ago
parent 82799481d2
commit 925ed061c8

@ -7,8 +7,8 @@ A simple abort handler for ppstreams that just passes on an incoming abort notif
```js
"use strict";
const propagateAbort = require("@ppstreams/propagate-abort");
const propagatePeek = require("@ppstreams/propagate-peek");
const propagateAbort = require("@promistream/propagate-abort");
const propagatePeek = require("@promistream/propagate-peek");
module.exports = function makeStream() {
return {
@ -21,4 +21,4 @@ module.exports = function makeStream() {
peek: propagatePeek
}
};
```
```

@ -1,8 +1,8 @@
{
"name": "@ppstreams/propagate-abort",
"name": "@promistream/propagate-abort",
"version": "0.1.3",
"main": "index.js",
"repository": "http://git.cryto.net/ppstreams/propagate-abort.git",
"repository": "http://git.cryto.net/promistream/propagate-abort.git",
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL OR CC0-1.0"
}

Loading…
Cancel
Save