fix: maybe

This commit is contained in:
2023-11-17 13:22:28 +00:00
parent b625ccd8d6
commit 999b1ae6fc
772 changed files with 3923 additions and 30947 deletions

View File

@ -1,6 +1,6 @@
{
"name": "flat-cache",
"version": "3.2.0",
"version": "3.1.1",
"description": "A stupidly simple key/value storage using files to persist some data",
"repository": "jaredwray/flat-cache",
"license": "MIT",
@ -15,7 +15,7 @@
"src/utils.js"
],
"engines": {
"node": "^10.12.0 || >=12.0.0"
"node": ">=12.0.0"
},
"precommit": [
"npm run verify --silent"
@ -42,14 +42,14 @@
"cache"
],
"devDependencies": {
"c8": "^7.14.0",
"c8": "^8.0.1",
"chai": "^4.3.10",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.1.4",
"glob-expand": "^0.2.1",
"mocha": "^8.4.0",
"mocha": "^10.2.0",
"prettier": "^2.1.2",
"write": "^2.0.0"
},