Compare commits

..

1 Commits

Author SHA1 Message Date
Jonatan Nilsson 3304dee531 npm is dumb and shows latest version by date, not semver
/ deploy (push) Successful in 5s Details
2024-09-21 10:21:35 +00:00
1 changed files with 1 additions and 1 deletions

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": {