Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidvdn committed Apr 25, 2021
1 parent 317a740 commit ac81d2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 2 additions & 3 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-cashify",
"version": "1.0.3",
"version": "1.0.5",
"description": "Currency conversion module for nest",
"author": "Vahid Najafi <vahid.vdn@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -35,6 +35,9 @@
"peerDependencies": {
"@nestjs/common": "^6.0.0"
},
"dependencies": {
"cashify": "^2.5.0"
},
"devDependencies": {
"@nestjs/common": "^6.0.0",
"@nestjs/core": "^6.0.0",
Expand All @@ -46,7 +49,6 @@
"@types/supertest": "2.0.7",
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"cashify": "^2.5.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
Expand Down

0 comments on commit ac81d2e

Please sign in to comment.