Skip to content

Commit

Permalink
Removed unused dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
chvarkov committed Oct 5, 2020
1 parent 5a94847 commit 0b5a6a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestlab/google-recaptcha",
"version": "1.0.2",
"version": "1.0.3",
"description": "Google recaptcha module for NestJS.",
"keywords": [
"nestjs",
Expand Down Expand Up @@ -42,6 +42,7 @@
"reflect-metadata": "^0.1.13",
"rxjs": "^6.5.4",
"ts-jest": "^24.2.0",
"ts-loader": "^8.0.0",
"ts-node": "^8.5.2",
"typescript": "^3.7.2",
"webpack": "^4.43.0",
Expand All @@ -61,8 +62,5 @@
},
"coverageDirectory": "./coverage",
"testEnvironment": "node"
},
"dependencies": {
"ts-loader": "^8.0.0"
}
}

0 comments on commit 0b5a6a5

Please sign in to comment.