Skip to content

Commit 598b881

Browse files
committed
fix: fix version number and remove install-peers dependency
1 parent 7108744 commit 598b881

File tree

1 file changed

+1
-4
lines changed
  • packages/transactional-adapters/transactional-adapter-pg-promise

1 file changed

+1
-4
lines changed

packages/transactional-adapters/transactional-adapter-pg-promise/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestjs-cls/transactional-adapter-pg-promise",
3-
"version": "1.1.0",
3+
"version": "1.0.0",
44
"description": "A pg-promise adapter for @nestjs-cls/transactional",
55
"author": "Sam Artuso <samuele.a@gmail.com>",
66
"license": "MIT",
@@ -62,8 +62,5 @@
6262
"ts-node": "^10.8.1",
6363
"tsconfig-paths": "^4.0.0",
6464
"typescript": "~4.8.0"
65-
},
66-
"dependencies": {
67-
"install-peers": "^1.0.4"
6865
}
6966
}

0 commit comments

Comments
 (0)