npm is dumb and shows latest version by date, not semver
All checks were successful
/ deploy (push) Successful in 5s

This commit is contained in:
Jonatan Nilsson 2024-09-21 10:21:35 +00:00
parent 3f559bb9f5
commit 3304dee531

View file

@ -1,6 +1,6 @@
{
"name": "fs-cache-fast",
"version": "1.0.2",
"version": "1.0.3",
"description": "Cache stored on the file system",
"main": "index.mjs",
"scripts": {