From 77be24a52f5cc22677f01d48d801d88556f1227b Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Thu, 11 Dec 2014 22:27:37 -0500 Subject: [PATCH] Bump --- lib/opcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opcode.js b/lib/opcode.js index 48f0f72..149d4e9 100644 --- a/lib/opcode.js +++ b/lib/opcode.js @@ -219,4 +219,4 @@ Opcode.isSmallIntOp = function(opcode) { ((opcode >= Opcode.map.OP_1) && (opcode <= Opcode.map.OP_16))); }; -module.exports = Opcode; \ No newline at end of file +module.exports = Opcode;