Skip to content

Commit

Permalink
Other: Fixed node 0.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jan 20, 2017
1 parent 56c8ec4 commit fdb1a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"use strict";
module.exports = require("./src");
module.exports = require("./src/index");
2 changes: 1 addition & 1 deletion src/index-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// might eventually become a starting point for a real debug build.

"use strict";
var protobuf = module.exports = require(".");
var protobuf = module.exports = require("./index");

// Count number of calls to any generated function
protobuf.util.codegen = (function(codegen) { return function codegen_debug() {
Expand Down

0 comments on commit fdb1a72

Please sign in to comment.