Skip to content

Commit f9678e0

Browse files
committed
build shield
1 parent 148928c commit f9678e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
![Language](https://img.shields.io/github/languages/top/grischaerbe/cacheables)
5+
![Build](https://img.shields.io/github/workflow/status/grischaerbe/cacheables/Node.js%20Package)
56

67
A simple in-memory cache with automatic or manual cache invalidation and elegant syntax written in Typescript.
78

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cacheables",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "A simple in-memory cache written in Typescript with automatic cache invalidation and an elegant syntax.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)