Skip to content

Commit f5133f8

Browse files
committed
v1.0.2
1 parent 4f92d24 commit f5133f8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/libbase64.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,6 @@ class Decoder extends Transform {
161161

162162
this.inputBytes = 0;
163163
this.outputBytes = 0;
164-
165-
Transform.call(this, this.options);
166164
}
167165

168166
_transform(chunk, encoding, done) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libbase64",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Encode and decode base64 encoded strings",
55
"main": "lib/libbase64.js",
66
"scripts": {

0 commit comments

Comments
 (0)