Skip to content

Commit 41dd1b0

Browse files
committed
Removed test code that slipped by release checks
1 parent f9109a4 commit 41dd1b0

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ found at the end of this document.
2424
2525
## Status
2626

27-
* Current bwip-js version is 2.0.2 (2019-12-14)
27+
* Current bwip-js version is 2.0.3 (2019-12-15)
2828
* Current BWIPP version is 2019-11-08
2929
* Node.js compatibility: 0.12+
3030
* Browser compatibility: Edge, Firefox, Chrome

dist/bwip-js-min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bwip-js.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ function Request(req, res, extra) {
7474
} else {
7575
res.writeHead(200, { 'Content-Type':'image/png' });
7676
res.end(png, 'binary');
77-
require('fs').writeFileSync('/tmp/bwipjs.png', png);
7877
}
7978
});
8079
}
@@ -36476,7 +36475,7 @@ return {
3647636475
request:Request, toBuffer:ToBuffer, toCanvas:ToCanvas, render:Render, raw:Raw,
3647736476
fixupOptions:FixupOptions,
3647836477
loadFont:FontLib.loadFont,
36479-
VERSION:'2.0.2 (2019-12-14)',
36478+
VERSION:'2.0.3 (2019-12-15)',
3648036479

3648136480
// Internals
3648236481
BWIPJS:BWIPJS, BWIPP:BWIPP, STBTT:STBTT, FontLib:FontLib,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bwip-js",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "JavaScript barcode generator supporting over 90 types and standards.",
55
"main": "./dist/bwip-js.js",
66
"bin": {

src/exports.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ function Request(req, res, extra) {
3434
} else {
3535
res.writeHead(200, { 'Content-Type':'image/png' });
3636
res.end(png, 'binary');
37-
require('fs').writeFileSync('/tmp/bwipjs.png', png);
3837
}
3938
});
4039
}

0 commit comments

Comments
 (0)