Update to new name

master
Sven Slootweg 3 years ago
parent 527c3b1ef1
commit eb9a2f727b

@ -4,6 +4,6 @@ module.exports = function isEndOfStream(value) {
return (
value != null
&& typeof value === "object"
&& value.__ppstreams_isEndOfStreamMarker === true
&& value._promistreamIsEndOfStreamMarker === true
);
};

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

Loading…
Cancel
Save