Compare commits

..

2 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
Jonatan Nilsson 3f559bb9f5 ci: Add meme branch to deployment
/ deploy (push) Successful in 3s Details
2024-09-21 00:30:58 +00:00
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@ on:
push:
branches:
- master
- meme
jobs:
deploy:

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