Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit e532920

Browse files
author
Felix Hammerl
committed
fix missing buffer dependency
1 parent d96681d commit e532920

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/mailparser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ define(function (require) {
1010

1111
var shims = require('node-shims'),
1212
Stream = shims.Stream,
13+
Buffer = shims.Buffer.Buffer,
1314
utillib = shims.util,
1415
crypto = shims.crypto,
1516
mimelib = require("mimelib"),

src/streams.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ define(function (require) {
44

55
var shims = require('node-shims'),
66
Stream = shims.Stream,
7+
Buffer = shims.Buffer.Buffer,
78
utillib = shims.util,
89
crypto = shims.crypto,
910
mimelib = require("mimelib"),

0 commit comments

Comments
 (0)