Skip to content

Commit

Permalink
Merge pull request #52 from yusufshakeel/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
yusufshakeel committed Jul 17, 2022
2 parents fdf62a8 + 9983156 commit 472775d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
This is a simple coupon creation project using NodeJS.

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yusufshakeel/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.9.3-blue.svg)](https://www.npmjs.com/package/couponjs)
[![npm version](https://img.shields.io/badge/npm-0.9.4-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
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.

5 changes: 3 additions & 2 deletions package.json
@@ -1,9 +1,10 @@
{
"name": "couponjs",
"version": "0.9.3",
"version": "0.9.4",
"description": "This is a simple coupon creation project using NodeJS.",
"main": "index.js",
"scripts": {
"bootstrap": "mkdir -p output",
"project:init": "mkdir -p output && npm i && npm run test",
"test": "jest -c jest.config.json",
"generate-docs": "npx jsdoc -c jsdocs.config.json",
Expand All @@ -13,7 +14,7 @@
"search-duplicate-code": "npx jscpd ./index.js ./app",
"precommit": "npm run lint && npm run search-circular-dependencies && npm run search-duplicate-code && npm run test && npm run generate-docs",
"coveralls": "coveralls < ./coverage/lcov.info",
"performance": "node performance/index.js"
"performance": "npm run bootstrap && node performance/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 472775d

Please sign in to comment.