Update to new name

master
Sven Slootweg 3 years ago
parent 566a68d126
commit eadab1cee1

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

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

Loading…
Cancel
Save