Skip to content

Commit

Permalink
Merge pull request #66 from yusufshakeel/dev-0.15.x
Browse files Browse the repository at this point in the history
v0.15.x
  • Loading branch information
yusufshakeel committed May 11, 2024
2 parents b736504 + 479ef30 commit 8a64212
Show file tree
Hide file tree
Showing 24 changed files with 1,510 additions and 159 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Generate coupons.

[![Build Status](https://github.com/yusufshakeel/couponjs/actions/workflows/ci.yml/badge.svg)](https://github.com/yusufshakeel/couponjs/actions/workflows/ci.yml)
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.14.0-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.15.0-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
3 changes: 2 additions & 1 deletion jest.config.json
Expand Up @@ -17,9 +17,10 @@
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.{ts,tsx}",
"!tsup.config.ts",
"!**/coverage/**",
"!**/docs/**",
"!**/lib/**",
"!**/dist/**",
"!**/node_modules/**",
"!**/test/**"
],
Expand Down

0 comments on commit 8a64212

Please sign in to comment.