Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 84cd67b

Browse files
committed
Add some badges and version bump
1 parent 772d592 commit 84cd67b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# array-string-map
2+
![node-current](https://img.shields.io/node/v/array-string-map)
3+
[![npm](https://img.shields.io/npm/v/array-string-map)](https://www.npmjs.com/package/array-string-map)
4+
[![npm](https://img.shields.io/npm/dt/array-string-map)](https://www.npmjs.com/package/array-string-map)
5+
[![GitHub issues](https://img.shields.io/github/issues/PythonCoderAS/array-string-map)](https://github.com/PythonCoderAS/array-string-map/issues)
6+
[![Tests](https://github.com/PythonCoderAS/array-string-map/actions/workflows/test.yml/badge.svg)](https://github.com/PythonCoderAS/array-string-map/actions/workflows/test.yml)
7+
28
A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.
39

410
## Motivation

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-string-map",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "A Map that internally encodes Arrays to strings so that two Arrays with the same elements will return the same item.",
55
"type": "module",
66
"main": "arrayStringMap.js",

0 commit comments

Comments
 (0)