Skip to content

Commit

Permalink
readme with link to npm + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinron committed Apr 27, 2022
1 parent ae6c65f commit b3aea43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![CI](https://github.com/kleinron/lite-fifo/actions/workflows/main.yaml/badge.svg)](https://github.com/kleinron/lite-fifo/actions/workflows/main.yaml) [![GitHub license](https://img.shields.io/github/license/kleinron/lite-fifo)](https://github.com/kleinron/lite-fifo/blob/main/LICENSE)
[![NPM version](https://img.shields.io/npm/v/lite-fifo.svg?style=flat)](https://npmjs.org/package/lite-fifo)
[![CI](https://github.com/kleinron/lite-fifo/actions/workflows/main.yaml/badge.svg)](https://github.com/kleinron/lite-fifo/actions/workflows/main.yaml)
[![GitHub license](https://img.shields.io/github/license/kleinron/lite-fifo)](https://github.com/kleinron/lite-fifo/blob/main/LICENSE)

# lite-fifo

## Lightweight and efficient Queue implementations
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "lite-fifo",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"main": "src/index.js",
"homepage": "https://github.com/kleinron/lite-fifo.git#readme",
"description": "Lightweight, optimized, and efficient implementations for FIFO (queue) data structure",
Expand Down

0 comments on commit b3aea43

Please sign in to comment.