Skip to content

Commit

Permalink
Merge pull request #57 from yusufshakeel/dev
Browse files Browse the repository at this point in the history
v0.11.0
  • Loading branch information
yusufshakeel committed Apr 25, 2023
2 parents 189be83 + 17d1720 commit 3fe4825
Show file tree
Hide file tree
Showing 6 changed files with 2,868 additions and 9,128 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
@@ -1,3 +1,3 @@
fileignoreconfig:
- filename: package-lock.json
checksum: d9e2c2c48baa20ae97483392768e75bfefcf2bf5ac6f4b451a314b3c1d40b035
checksum: 86ec00cd4f89c9d16fa4bbdfbafc6f2e8aa859a98718c0b2aea70a9f0394a678
32 changes: 0 additions & 32 deletions NOTE.md
Expand Up @@ -14,30 +14,6 @@ To run the test suite execute the following command.
> npm run test
```

### JSDocs

To generate JS Documentation run the following command.

```
> npm run generate-docs
```

### Madge

To check for circular dependencies. If it exists then steps must be taken to fix it.

```
> npm run search-circular-dependencies
```

### JSCPD

To check for duplicate code. If it exists then steps must be taken to fix it.

```
> npm run search-duplicate-code
```

### Precommit

Run the following command before making Git Commit.
Expand All @@ -61,11 +37,3 @@ Example:
```
> npm version 1.0.0
```

### Performance log

Run the following command to generate performance log.

```
> npm run performance
```
2 changes: 1 addition & 1 deletion 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.1-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.11.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

0 comments on commit 3fe4825

Please sign in to comment.