8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a5d362 commit a1ec65bCopy full SHA for a1ec65b
index.js
@@ -13,9 +13,8 @@
13
See the License for the specific language governing permissions and
14
limitations under the License.
15
*/
16
-var path = require("path"),
17
- ByteBufferNB = require(path.join(__dirname, "dist", "ByteBufferNB.js")),
18
- ByteBufferAB = require(path.join(__dirname, "dist", "ByteBufferAB.js"));
+var ByteBufferNB = require("./dist/ByteBufferNB.js")),
+ ByteBufferAB = require("./dist/ByteBufferAB.js"));
19
20
module.exports = ByteBufferNB;
21
module.exports.ByteBufferNB = ByteBufferNB; // node Buffer backed
0 commit comments