Compare commits

...

2 Commits

Author SHA1 Message Date
Sven Slootweg a45719d529 0.1.1 3 years ago
Sven Slootweg eadab1cee1 Update to new name 3 years ago

@ -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.1",
"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