1
0
mirror of https://github.com/vector-im/hydrogen-web.git synced 2025-01-09 11:55:37 +01:00

remove unneeded package override

This commit is contained in:
Bruno Windels 2021-10-05 19:28:38 +02:00
parent 01712c3f23
commit e2b20f466d

@ -1,4 +0,0 @@
// we have our own main file for this module as we need both these symbols to
// be exported, and we also don't want to auto behaviour that modifies global vars
exports.FDBFactory = require("fake-indexeddb/lib/FDBFactory.js");
exports.FDBKeyRange = require("fake-indexeddb/lib/FDBKeyRange.js");