Skip to content

Commit

Permalink
fix: get-port dependecy (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad authored Jan 18, 2022
1 parent ecd61df commit 6e5a922
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-pact",
"version": "2.1.0",
"version": "2.1.1-alpha.0",
"license": "MIT",
"description": "Injectable Pact.js Consumer/Producer for NestJS",
"keywords": [
Expand Down Expand Up @@ -62,7 +62,6 @@
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "^23.11.0",
"eslint-plugin-prettier": "^3.1.3",
"get-port": "^5.1.1",
"husky": "^4.3.5",
"jest": "24.9.0",
"jest-junit": "12.0.0",
Expand All @@ -81,8 +80,10 @@
"peerDependencies": {
"@nestjs/common": "7.x || 8.x",
"@nestjs/core": "7.x || 8.x",
"@pact-foundation/pact": "^9.0.0",
"typescript": "^4.0.0"
"@pact-foundation/pact": "^9.0.0"
},
"dependencies": {
"get-port": "^5.1.1"
},
"lint-staged": {
"*.ts": [
Expand Down
1 change: 1 addition & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"incremental": false,
"sourceMap": true,
"baseUrl": "./",
"rootDir": "./src",
"outDir": "./dist"
Expand Down

0 comments on commit 6e5a922

Please sign in to comment.