Skip to content

Commit

Permalink
bumped for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeevkse committed Apr 15, 2023
1 parent 09f7ca8 commit dd69981
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Light String Utils

<!-- [![npm](https://img.shields.io/npm/dm/light-string-utils.svg)](https://www.npmjs.com/package/light-string-utils) -->
[![npm](https://img.shields.io/npm/v/light-string-utils.svg?orange=blue)](https://www.npmjs.com/package/light-string-utils)
[![npm](https://img.shields.io/npm/l/light-string-utils.svg)](https://www.npmjs.com/package/light-string-utils)
[![npm](https://img.shields.io/npm/dm/light-string-utils.svg)](https://www.npmjs.com/package/light-string-utils)

A light weight utility collection on string having size of < 1k (gzipped: 447)
A light weight utility collection on string. Without any external dependencies.

Happy coding!

# Found any bugs/features?

Please feel free to open an issue. I shall be happy to help soon.
[Click here](https://github.com/sanjeevkse/light-string-utils/issues)

## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "light-string-utils",
"version": "1.5.1",
"version": "1.5.2",
"description": "A lightweight utilities on strings",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit dd69981

Please sign in to comment.