Skip to content

Commit

Permalink
Merge pull request #54 from yusufshakeel/dev
Browse files Browse the repository at this point in the history
v0.10.1
  • Loading branch information
yusufshakeel committed Nov 8, 2022
2 parents 6cf5857 + 9750332 commit 189be83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 15 deletions.
13 changes: 1 addition & 12 deletions README.md
Expand Up @@ -3,7 +3,7 @@
Generate coupons.

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.10.0-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.10.1-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm Downloads](https://img.shields.io/npm/dm/couponjs.svg)](https://www.npmjs.com/package/couponjs)

![CouponJS](./resource/couponjs-500x150.png)
Expand Down Expand Up @@ -43,7 +43,6 @@ you like (save in database, etc).
* [Object format rule and prefix-suffix combo](#object-format-rule-and-prefix-suffix-combo)
* [Possible number of coupons](#possible-number-of-coupons)
* [Storage size](#storage-size)
* [Performance](#performance)
* [Older version](#older-version)
* [License](#license)
* [Donate](#donate)
Expand Down Expand Up @@ -688,16 +687,6 @@ Assumption:
|16 |100000000 |1600.000 |1.600000 |
|16 |1000000000 |16000.000 |16.000000 |

## Performance

To check performance run the following command in the terminal.

```
> npm run performance
```

Performance will be recorded in `output/PERFORMANCE.md` file.

### Older version

[CommonJS version - check v0.9.4](https://github.com/yusufshakeel/couponjs/tree/v0.9.4)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "couponjs",
"version": "0.9.4",
"version": "0.10.1",
"description": "Generate coupons.",
"main": "lib/esm/index.js",
"types": "lib/types/index.d.ts",
Expand Down

0 comments on commit 189be83

Please sign in to comment.