Skip to content

Commit

Permalink
fix path to web_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Apr 3, 2019
1 parent 2fe32ef commit d452921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esm/btree.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {_unpack_struct_from, _structure_size, struct, dtype_getter, DataView64} from './core.js';
import {default as pako} from './web_modules/pako-es.js';
import {default as pako} from '../web_modules/pako-es.js';

const zlib = {
decompress: function(buf) {
Expand Down

0 comments on commit d452921

Please sign in to comment.