Skip to content

Commit

Permalink
remove(coupon): remove coupon support
Browse files Browse the repository at this point in the history
  • Loading branch information
crystyl-aio committed Jun 13, 2024
1 parent e545e8b commit 34448b6
Show file tree
Hide file tree
Showing 5 changed files with 145 additions and 462 deletions.
2 changes: 0 additions & 2 deletions coupons/coupons.csv

This file was deleted.

2 changes: 0 additions & 2 deletions coupons/projects.csv

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"license": "Koders",
"scripts": {
"dev": "nodemon ./src/server.js",
"test": "jest --coverage",
"prepare": "husky install"
"test": "jest --coverage"
},
"dependencies": {
"axios": "^0.27.2",
Expand Down Expand Up @@ -45,7 +44,6 @@
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.10",
"husky": "^8.0.3",
"jest-sonar-reporter": "^2.0.0",
"nodemon": "^2.0.19",
"typescript": "^4.8.4"
Expand Down
285 changes: 0 additions & 285 deletions src/coupon.js

This file was deleted.

Loading

0 comments on commit 34448b6

Please sign in to comment.