diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec0b6b4..f3f060a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -202,7 +202,7 @@ jobs: - name: Install dependencies run: | npm ci - npm install minami --no-save + npm install minami taffydb - name: Generate JSDoc from jsdoc.json run: | diff --git a/package-lock.json b/package-lock.json index 572b2b8..fbb34ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wplace-bluemarble", - "version": "0.76.0", + "version": "0.78.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wplace-bluemarble", - "version": "0.76.0", + "version": "0.78.0", "devDependencies": { "esbuild": "^0.25.0", "jsdoc": "^4.0.4",