We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c8ec4 commit fdb1a72Copy full SHA for fdb1a72
index.js
@@ -1,2 +1,2 @@
1
"use strict";
2
-module.exports = require("./src");
+module.exports = require("./src/index");
src/index-debug.js
@@ -2,7 +2,7 @@
// might eventually become a starting point for a real debug build.
3
4
5
-var protobuf = module.exports = require(".");
+var protobuf = module.exports = require("./index");
6
7
// Count number of calls to any generated function
8
protobuf.util.codegen = (function(codegen) { return function codegen_debug() {
0 commit comments