remove unneeded package override

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

View file

@ -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");