Update njodb path and add proper-lockfile package

This commit is contained in:
advplyr 2022-03-31 16:34:24 -05:00
parent 84e6e6fdbe
commit 292840a0e3
3 changed files with 46 additions and 1 deletions

View file

@ -1,6 +1,6 @@
const Path = require('path')
const fs = require('fs-extra')
const njodb = require("njodb")
const njodb = require('../njodb')
const { SupportedEbookTypes } = require('./globals')
const { PlayMethod } = require('./constants')