[Pkg-javascript-commits] [node-stream-browserify] 22/44: 0.1.0
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Aug 13 14:18:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-stream-browserify.
commit e9481d2fa32c512bf7d79a609a94c816c38cb037
Author: James Halliday <mail at substack.net>
Date: Fri Dec 20 00:41:29 2013 -0800
0.1.0
---
package.json | 2 +-
writable.js | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/package.json b/package.json
index c624744..cf050ef 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "stream-browserify",
- "version": "0.0.4",
+ "version": "0.1.0",
"description": "the stream module from node core for browsers",
"main": "index.js",
"dependencies": {
diff --git a/writable.js b/writable.js
index e045b28..e75ac3c 100644
--- a/writable.js
+++ b/writable.js
@@ -26,7 +26,6 @@
module.exports = Writable;
Writable.WritableState = WritableState;
-var TA = require('typedarray');
var isUint8Array = typeof Uint8Array !== 'undefined'
? function (x) { return x instanceof Uint8Array }
: function () { return false }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stream-browserify.git
More information about the Pkg-javascript-commits
mailing list